11 Respostas
+ 6
help()
+ 4
help() is useful
e.g:
print(help("modules")) #See all available modules.
+ 3
what a coincidence! I just happened to write a code(not working) using exec. Thank you!
https://code.sololearn.com/cp6HhvxpJqvc/?ref=app
+ 2
One that is good, useful but few people know about?
+ 2
Kuba SiekierzyĆski very helpful indeed! but something more specific?
+ 2
I should have got far more than 5xp for drawing with you, Kuba SiekierzyĆski
+ 2
exec() is useful eg:
from math import * # You can use any library and see everything in it.
exec("print(dir())")
+ 2
modules are very important
+ 1
so many use full function are there .where to start!!
0
just start from beginning
0
help