Inspiration
Adam from BLAHAJgang
CODE
impMessage="BLAHAJ's Non stuffed relatives lives in the open Ocean,\nyesBut they need your help to survive.\nYou can help them out by doing the following:"
checkList="\n1. Reduce\n2.Reuse\n3.Recycle"
print(impMessage)
print(checkList)
print("Will you help BLAHAJ save his family and the enviornment?")
answer = input("[Enter 'yes' or 'no']")
if answer.lower() == "yes":
print("BLAHAJ is Happy !!!!")
elif answer.lower() == "no":
print("BLAHAJ is Sad !!!!")
else:
print("BLAHAJ could not understand you")
Log in or sign up for Devpost to join the conversation.