To Obtain A List Of All The Functions Defined Under Sys Module #891
To obtain a list of all the functions defined under sys module, which of the following functions can be used?
This multiple choice question (MCQ) is related to the book/course gs gs109 Python. It can also be found in gs gs109 Python Modules - Python Sys Module - Quiz No.2.
To obtain a list of all the functions defined under sys module, which of the following functions can be used?
print(sys)
print(dir.sys)
print(dir[sys])
print(dir(sys))