Skip to content

Instantly share code, notes, and snippets.

@codecademydev
Created August 31, 2020 03:25
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/95e3779e6c4a85a56c8cc18986b0bd45 to your computer and use it in GitHub Desktop.
Save codecademydev/95e3779e6c4a85a56c8cc18986b0bd45 to your computer and use it in GitHub Desktop.
Codecademy export
password = "theycallme\"crazy\"91"
print(password)
print(len(password))
password2 = 'theycallmecrazy91'
print(len(password2))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment