C-16-Q077mediumsingle_mcq
After the user types something for input():
After the user types something for input():
- athe program pauses indefinitely
- bthe program resumes
- cthe program restarts
- dthe value is discarded
ব্যাখ্যা
Once the user submits their input (by pressing Enter), input() returns the value and execution continues from the next statement. The pause is only temporary, lasting until input is received.