215k views
5 votes
The function localtime()

always return the same value

might return a different value but might return the same value as the last time you used it

returns a different value everytime you use it

1 Answer

3 votes

Answer:

Imma assume python as your last question was python as well.

The answer is C

Step-by-step explanation:

This is because when used against an epoch, it gives you the amount of time that has passed since the epoch.

User CarCrazyBen
by
7.7k points