Skip to content

Instantly share code, notes, and snippets.

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