Skip to content
Snippets Groups Projects
Verified Commit d523664c authored by Baptiste Girard-Carrabin's avatar Baptiste Girard-Carrabin :speech_balloon:
Browse files

add debug file

parent 7fe1cd05
No related branches found
No related tags found
No related merge requests found
def boucle_buguée(entier):
while entier > 0 :
entier += 1
return "Fini !"
if __name__ == "__main__":
boucle_buguée(10)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment