Answers for "youtube.com]\"

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

Browse Popular Code Answers by Language