Computer Science, asked by meharsingh61, 1 year ago

Write a program that displays a joke. But display the punchline only when the user presses enter key.

Answers

Answered by kayamatprinceghayal
6

Answer:

Explanation:

Answer =input("press enter key to read a joke ")

print("this is fantastic joke of joke ")

Answered by 07306abcxyz
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