Skip to content

Instantly share code, notes, and snippets.

@MrDMurray
Last active September 11, 2016 13:50
Show Gist options
  • Save MrDMurray/38555b10135208ad2a0b5f5ccb9caf09 to your computer and use it in GitHub Desktop.
Save MrDMurray/38555b10135208ad2a0b5f5ccb9caf09 to your computer and use it in GitHub Desktop.
STJLOL-DMU-A code to make things uppercase.
print("Welcome to FULL CAPS SHOUTtron")
insult=input("We meet again human. What am I?")
print("OH YEAH? YOU'RE A "+insult.upper())
#adding .upper() makes the string all uppercase (capital letters)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment