Skip to content

Instantly share code, notes, and snippets.

@noahgift
Created October 26, 2018 23:29
Show Gist options
  • Save noahgift/f161313ad7908b664169b0bb63d57c1d to your computer and use it in GitHub Desktop.
Save noahgift/f161313ad7908b664169b0bb63d57c1d to your computer and use it in GitHub Desktop.
for i in range(1,10):
print(f"I like sharing python code this way up to {i} times")
print(f"Ok, tired now")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment