Skip to content

Instantly share code, notes, and snippets.

@Abhayparashar31
Created December 17, 2020 04:10
Show Gist options
  • Save Abhayparashar31/e83369c6a5cf06793fa3de53367ca4e8 to your computer and use it in GitHub Desktop.
Save Abhayparashar31/e83369c6a5cf06793fa3de53367ca4e8 to your computer and use it in GitHub Desktop.
x = 5
if x==5: print('x equals 5')
for i in range(x+5): print(i)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment