Answers for "youtube.com"

116

youtube

You're supposed to be doing something arn't you...
Posted by: Guest on June-16-2020
200

youtube

think twice, You can be trapped for couple of hours instead of coding
Posted by: Guest on June-13-2020
12

youtube.com

Go back to coding :)
Posted by: Guest on March-29-2021
32

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... :'(")
Posted by: Guest on June-23-2020
3

youtube.com

you spelled it correctly but in wrong place.
Posted by: Guest on March-29-2021
0

youtube.com

qtutorial = input("Are you going to watch a YouTube tutorial? (y/n)")
if qtutorial = "y":
  print("Come in then!")
elif qtutorial = "n":
  print("Go back to coding now.")
Posted by: Guest on September-02-2021

Python Answers by Framework

Browse Popular Code Answers by Language