Write a program that displays a joke. But display the punchline only when the user presses enter key.
Answers
Answered by
6
Answer:
Explanation:
Answer =input("press enter key to read a joke ")
print("this is fantastic joke of joke ")
Answered by
4
Answer:
print ("Why is SUNDAY stronger than MONDAY?") #Set-up
input("Press Enter:") #If the user presses enter, then the punchline will appear
print (" ")
print ("Cause it's a WEEK day") #Punch-line
Mark me as the BRAINLIEST!!
Thank you
Similar questions