time.time() returns ________
The current time as a string formatted as "HH:MM:SS".
The current time in milliseconds since January 1, 1970 UTC (Unix epoch).
The current time in seconds (including fractions) since January 1, 1970 UTC (Unix epoch).
The system’s local time in seconds since midnight.
This question is part of this quiz :
Python Functions