Skip to content

Instantly share code, notes, and snippets.

@Itsfoss0
Last active January 9, 2023 06:46
Show Gist options
  • Save Itsfoss0/433d354610012954053ca0fcb5dd90de to your computer and use it in GitHub Desktop.
Save Itsfoss0/433d354610012954053ca0fcb5dd90de to your computer and use it in GitHub Desktop.
#!/usr/bin/python3
def good_luck():
# Define your good luck logic
if input("Do you need help with H/W").strip().lower() == "yes":
# strip() to remove whitespaces.
good_luck()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment