How can i print a list of objects after i imported the bundle of functions? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How can i print a list of objects after i imported the bundle of functions?

import time #print all items in time

26th Nov 2016, 11:53 AM
Anselm
1 Answer
+ 2
dir(time) shall return all methods and attributes within time module
26th Nov 2016, 12:14 PM
skycc
skycc - avatar