Skip to content

Instantly share code, notes, and snippets.

@nyunerrr
Created May 22, 2020 10:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nyunerrr/82b4ad1454435d6e9c0ca1e1ae56e183 to your computer and use it in GitHub Desktop.
Save nyunerrr/82b4ad1454435d6e9c0ca1e1ae56e183 to your computer and use it in GitHub Desktop.
for i in range(1,11):
if(i < 5):
print(i)
else:
print(i*2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment