Examveda

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

D. The number of minutes passed since 1st January, 1970

Answer: Option C


This Question Belongs to Python Program >> Module In Python

Join The Discussion

Related Questions on Module in Python