Skip to content

Instantly share code, notes, and snippets.

View Itsfoss0's full-sized avatar

Ebenezer R. Itsfoss0

View GitHub Profile
#!/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()