5 lines
112 B
Text
5 lines
112 B
Text
os.remove("input.txt")
|
|
os.remove("/input.txt")
|
|
|
|
os.remove("docs") -- must be empty
|
|
os.remove("/docs") -- ditto
|