Class 4 Lab 9 ‐ Tasks & Questions - Justin-Boyd/Python-Class GitHub Wiki
Research the Python SYS module and explain its purpose.
Answer
B
Briefly describe os.path.curdir.
Answer
B
Briefly describe os.path.isdir(dir).
Answer
B
Briefly describe os.path.isfile(file).
Answer
B
Briefly describe os.path.exists(dir).
Answer
B
Briefly describe os.path.getsize(filename).
Answer
B
Research the Signal module and explain what it can be used for.