youtbe. com code example
Example 1: youtube.com
boredom=input("Are you bored? (enter yes or no)")
if boredom.upper()=='YES' or boredom.upper()=='Y':
print("Hey, maybe you should go on Youtube...")
else:
print("I see you have no time for Youtube then... :'(")
Example 2: youtube.com
Go back to coding :)