Renamed files

This commit is contained in:
Tutur33
2023-11-28 22:28:08 +01:00
parent ab8dff4fa6
commit f39c57c778
25 changed files with 0 additions and 0 deletions
@@ -0,0 +1,12 @@
note = int(input("Note au bac (sur 20) : "))
if note < 10:
print("recalé")
elif note < 12:
print("Pas de mention")
elif note < 14:
print("Assez bien")
elif note < 16:
print("Bien")
else:
print("Félissitation")