Skip to content

Instantly share code, notes, and snippets.

@samister2k
Created September 5, 2018 10:54
Show Gist options
  • Save samister2k/f3abd50fa2211c3af3ee3ca30db1e07c to your computer and use it in GitHub Desktop.
Save samister2k/f3abd50fa2211c3af3ee3ca30db1e07c to your computer and use it in GitHub Desktop.
ColorlessComplicatedAssociate created by samister2k - https://repl.it/@samister2k/ColorlessComplicatedAssociate
name = input("Say a name")
verb = input("Say a verb")
place = input("Say a place")
print(" " + name + " " + verb + " to " + place )
"""
Say a name sam
Say a verb ran
Say a place rush
sam ran to rush
"""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment