Skip to content

Instantly share code, notes, and snippets.

@haskellcamargo
Created December 12, 2017 16:28
Show Gist options
  • Save haskellcamargo/2cdb4fe1e7468e15c173be18899523f2 to your computer and use it in GitHub Desktop.
Save haskellcamargo/2cdb4fe1e7468e15c173be18899523f2 to your computer and use it in GitHub Desktop.
def main():
name = input("What is your name? ")
print("Welcome to Fantasy Land, " + name + "!")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment