3 Answers
+ 2
You need to use the full path when messing with files in your phone/computer unless your really good at navagating the file structure.
import os
print(os.getcwd())
# This will print your current working directory, you can use this to start
+ 1
Sololearn runs code on a remote server with no access to your local files. In other words, won't happen. Get the pydroid app and you can practice with files on that.
0
And how can i get files on sololearn