Skip to content

Instantly share code, notes, and snippets.

@robyoung
Created June 17, 2012 15:01
Show Gist options
  • Save robyoung/2944756 to your computer and use it in GitHub Desktop.
Save robyoung/2944756 to your computer and use it in GitHub Desktop.
String Indexing
name = "Robert"
print(name[2])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment