Easy convert

Report a typo

The output format of the asctime() goes like this: Tue Sep 29 00:38:37 2020. What function can be used to quickly convert the value returned by time() to the same output format without specifying it explicitly? Please, write the code that does that and prints the result.

Write a program in Python 3
import time

# put your python code here
___

Create a free account to access the full topic