Page 1 of 1

To obtain a list of all the functions defined under sys module, which of the following functions can be used?

Posted: Wed Jul 13, 2022 7:45 pm
by answerhappygod
a) print(sys)
b) print(dir.sys)
c) print(dir[sys])
d) print(dir(sys))