How can i print a list of objects after i imported the bundle of functions? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 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 Antwort
+ 2
dir(time) shall return all methods and attributes within time module
26th Nov 2016, 12:14 PM
skycc
skycc - avatar