Computer Science, asked by shuti9082, 1 year ago

write a program in Python language that displays a joke . but display the punchline only when the user press enter key.(hint:- u may use input())

Answers

Answered by muvvadhanush007
48
print('What do you get when you cross a snowman with a vampire?')
 2. input()
 3. print('Frostbite!')
 4. print()
 5. print('What do dentists call an astronaut\'s cavity?')
 6. input()
 7. print('A black hole!')
 8. print()
 9. print('Knock knock.')
10. input()
11. print("Who's there?")
12. input()
13. print('Interrupting cow.')
14. input()
15. print('Interrupting cow wh', end='')
16. print('-MOO!')

add to brainlist

dragonride1: please its urgent
muvvadhanush007: I don't have computer in my home
dragonride1: so ?
muvvadhanush007: tell me the question
dragonride1: check in my profile
dragonride1: Plzzzz help !!!!

consider max. limit of letters as 15 for input string.

^^ The output string should not display any other characters/numbers or any message except the output string
muvvadhanush007: kk
dragonride1: i have asked again !!
dragonride1: broo ??
dragonride1: what happened?
Answered by kayamatprinceghayal
15

Answer:

Explanation:

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

print("this is fantastic joke of joke ")

Similar questions