Skip to content

Instantly share code, notes, and snippets.

@Allwin12
Created May 22, 2020 13:33
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 Allwin12/d7dcb9d6b9d943ef8094464d910fef70 to your computer and use it in GitHub Desktop.
Save Allwin12/d7dcb9d6b9d943ef8094464d910fef70 to your computer and use it in GitHub Desktop.
for num in range(0, 10):
if num == 2:
continue
print(num)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment