Skip to content

Instantly share code, notes, and snippets.

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