Skip to content

Instantly share code, notes, and snippets.

@raeq
Created April 29, 2020 16:47
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 raeq/cca23c64c23f572aaa50c328a56388bc to your computer and use it in GitHub Desktop.
Save raeq/cca23c64c23f572aaa50c328a56388bc to your computer and use it in GitHub Desktop.
def pront(prompt, message):
userinput = input(prompt)
outputmessage = f"{message} {userinput}!"
print(outputmessage)
pront ("Please enter your name: ", "Hello,")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment