Question: ( python ) If you type Ctrl - C while the shell is executing the input() function, a KeyboardInterrupt exception will be raised. For example:
( python )
If you type Ctrl - C while the shell is executing the input() function, a KeyboardInterrupt exception will be raised. For example: >>> x = input() # Typing Ctrl-C Traceback (most recent call last): File "
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
