Skip to content

Instantly share code, notes, and snippets.

@sgoblin
Last active August 29, 2015 14:21
Show Gist options
  • Save sgoblin/ac42eb3fcf8ab5011fdf to your computer and use it in GitHub Desktop.
Save sgoblin/ac42eb3fcf8ab5011fdf to your computer and use it in GitHub Desktop.
Halt! Who goes there?
#!/usr/bin/env python3
def haltWhoGoes():
whogoes = input("Halt! Who goes there? ")
print("You may pass, "+whogoes+".")
if __name__ == "__main__":
haltWhoGoes()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment