Skip to content

Instantly share code, notes, and snippets.

@sammoorhouse
Created February 20, 2019 11:19
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 sammoorhouse/fcec9fbd0e688d7fde2c347da26f573e to your computer and use it in GitHub Desktop.
Save sammoorhouse/fcec9fbd0e688d7fde2c347da26f573e to your computer and use it in GitHub Desktop.
print("hello")
a = [1, 15, 94, 13, 12, 11, 5, 22, 65]
b = 3 * 2
if b > 3:
print (a[b])
else:
print("too small")
print ("goodbye")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment