Skip to content

Instantly share code, notes, and snippets.

/test.py Secret

Created December 27, 2016 02:28
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 anonymous/baee85f411f1a9a33399b663e116b6d4 to your computer and use it in GitHub Desktop.
Save anonymous/baee85f411f1a9a33399b663e116b6d4 to your computer and use it in GitHub Desktop.
class Test(object):
def __getitem__(self, val):
return val
range = Test()
for i in range[1, 2, 3, 4, 5]:
print(i)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment