1. Write a program that displays a joke. But display the punchline only when the user presses enter key. (Hint. You may use input( )) / sa 11 ip chapter 3, sa 12 cs chapter 6, Uncategorized / By PythonCSIP CS IP print('How many potatoes does it take to kill an irish farmer') input('Press Enter') print('None')