Skip to content

Instantly share code, notes, and snippets.

@calthoff
Last active April 26, 2018 01:34
Show Gist options
  • Select an option

  • Save calthoff/682e39cb48059ec3ebedc6f7593f4a0b to your computer and use it in GitHub Desktop.

Select an option

Save calthoff/682e39cb48059ec3ebedc6f7593f4a0b to your computer and use it in GitHub Desktop.
for i in range(10):
print("foo")
for i in range(10):
print("bar")
for i in range(10):
print("none")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment