Rassemblement des tests|UPDATE fonctions.py|Apprendre Python

This commit is contained in:
Fred Z 2018-01-06 00:12:02 +01:00
parent f3343dbed4
commit 052fa36740

View File

@ -19,11 +19,6 @@ def table(n, m=11):
print(i, "x", n, "=", i * n)
if __name__ == "__main__":
# test de la fonction 'table'
table(3)
def afficher_flottant(flot):
"""Chapitre 2.3 - Entre chaînes et listes
@ -48,3 +43,6 @@ if __name__ == "__main__":
afficher_flottant("a")
afficher_flottant(False)
afficher_flottant(100)
# test de la fonction 'table'
#table(3)