How can i print a list of objects after i imported the bundle of functions? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 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 Respuesta
+ 2
dir(time) shall return all methods and attributes within time module
26th Nov 2016, 12:14 PM
skycc
skycc - avatar