Skip to content

Instantly share code, notes, and snippets.

@vkolev
Created January 26, 2021 10:24
Show Gist options
  • Save vkolev/1d800d16a7dd2f8103671bbf38ca3928 to your computer and use it in GitHub Desktop.
Save vkolev/1d800d16a7dd2f8103671bbf38ca3928 to your computer and use it in GitHub Desktop.
from nimmod import yes
def main():
if yes("Do you have a name?"):
print("Hello to you!")
else:
print("No name? Strange...")
if __name__ == "__main__":
main()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment