Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
ls
def affiche(flottant): if type(flottant) is not float: raise TypeError("impossible de charger ce nombre") flottant = str(flottant) nombre1, nombre2 = flottant.split(".") return ",".join([nombre1, nombre2[3:]]) affiche(2.555555)
run
|
edit
|
history
|
help
0
hi
V
quiz3
PySRP
nameit01.py
normal,*args,**kwargs
kenken1
print path module python
intervalos
#converting list into set