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