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
a) print(sys)
b) print(dir.sys)
c) print(dir[sys])
d) print(dir(sys))
b) print(dir.sys)
c) print(dir[sys])
d) print(dir(sys))