Important Notice:

Course Content
The Calendar Module
Library Function/Predefined Functions
0/4
Sys Module
Library Function/Predefined Functions
0/2
OS Module
Library Function/Predefined Functions
0/2
Functions in Python (Chapter-10) M3-R5
About Lesson

Asctime():-

          The time can be formatted by using the asctime() function on time module. It returns the formatted time for the time tuple being passed.

import time

print(time.asctime())

Output

Thu Jun 22 13:52:55 2023

error: Content is protected !!