renforcement + livre

This commit is contained in:
Debucquoy
2022-11-09 16:22:14 +01:00
parent d574695633
commit 948d17166a
15 changed files with 186 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
def check_ticket(ticket):
while(:)
tosumuup = [int(i)for i in list(ticket)]
return sum(tosumuup)
if __name__ == "__main__":
print(check_ticket('999999'))