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
Hello world
lesson 6 finallll
Place strings to proper bucket
single_digit
sum of odd numbers
PyRegGreed
PyTeleBook
Ej2_python_204676887
Generating subsets
check this converting week number (int) into week day name (string) [solved]