- 2
I want to locate code.txt. i don't see the file code.txt in my space. Thanks you sir
Display code.txt in my space all file. https://code.sololearn.com/ck3qN7EkKz5y/?ref=app
2 Antworten
+ 3
import os
files = os.listdir()
print(files)
+ 2
All files created during code runtime exists temporarily only. Once the code had completed, any file created will be destroyed.
Again please, use the tags appropriately
https://code.sololearn.com/W3uiji9X28C1/?ref=app