Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created January 16, 2021 11:32
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 amankharwal/da82970b3740ba630a4865d8cd57a832 to your computer and use it in GitHub Desktop.
Save amankharwal/da82970b3740ba630a4865d8cd57a832 to your computer and use it in GitHub Desktop.
color = input("Enter a Color: ")
pluralNoun = input("Enter a Plural Noun: ")
celebrity = input("Enter the name of a celebrity: ")
print("Roses are ", color)
print(pluralNoun, " is blue")
print("I like ", celebrity)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment