Skip to content

Instantly share code, notes, and snippets.

@christiancost47
Last active August 22, 2019 17:39
Show Gist options
  • Save christiancost47/1f112a97fe2716076d7f53d90c2b4ae1 to your computer and use it in GitHub Desktop.
Save christiancost47/1f112a97fe2716076d7f53d90c2b4ae1 to your computer and use it in GitHub Desktop.
upper
name = "guido von"
print(name.upper())
>>>GUIDO VON
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment