Skip to content

Instantly share code, notes, and snippets.

@ItsCosmas
Created May 9, 2019 08:18
Show Gist options
  • Save ItsCosmas/c39097d8d8dba25223c1bf0cd720d9dc to your computer and use it in GitHub Desktop.
Save ItsCosmas/c39097d8d8dba25223c1bf0cd720d9dc to your computer and use it in GitHub Desktop.
For Loop Else
for x in range(6):
print(x)
else:
print("Finally finished!")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment