- A Pauses the execution of the program by 3 minutes
- B Pauses the execution of the program by 3 seconds
- C Displays the current time in seconds since the Epoch as an integer
- D Displays the current time in minutes since the Epoch as an integer
Python Programming Language MCQ Python Module MCQ
⚠ Report ✓ Question Verified Copy Link
from time import * sleep(3)
Learn More MCQ Questions from Python Programming Language MCQ Python Module MCQ