Does the functions help() and dir() list the names of all the built-in functions and variables? If no, how would you list them? | Sololearn: Learn to code for FREE!
+ 3

Does the functions help() and dir() list the names of all the built-in functions and variables? If no, how would you list them?

Python

2nd Mar 2019, 1:10 AM
Troy🌹
Troy🌹 - avatar
3 odpowiedzi
+ 7
print(dir(__builtins__))
2nd Mar 2019, 1:31 AM
Steven M
Steven M - avatar
0
si
7th Mar 2019, 3:48 AM
Elba Encarnacion
Elba Encarnacion - avatar
- 1
Jdb
3rd Mar 2019, 6:52 PM
Sadriddin Giyosiddinov
Sadriddin Giyosiddinov - avatar