Vidyalelo
Python · Q172

Module in Python

Programming · Python · question 172

Q172

What will be the output of the following Python code? import time time.time()

A.
The number of hours passed since 1st January, 1970
B.
The number of days passed since 1st January, 1970
C.
The number of seconds passed since 1st January, 1970
Answer
D.
The number of minutes passed since 1st January, 1970

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board