About Lesson
Dir():-
The dir() function to get a list containing all attributes of a module.
|
import datetime print(dir(datetime)) |
Important Notice:
The dir() function to get a list containing all attributes of a module.
|
import datetime print(dir(datetime)) |