Skip to content

Instantly share code, notes, and snippets.

@codecademydev
Created April 12, 2020 23:12
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 codecademydev/308c6dac34b7f35d7c7243fa8b9eb2c1 to your computer and use it in GitHub Desktop.
Save codecademydev/308c6dac34b7f35d7c7243fa8b9eb2c1 to your computer and use it in GitHub Desktop.
Codecademy export
employees = ['Michael', 'Dwight', 'Jim', 'Pam', 'Ryan', 'Andy', 'Robert']
index4 = employees[4]
print(index4) # 1 value return is expected
print(len(index4)) # I was expecting length to be 1?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment