+ 1
Is it possible to open a txt file on this platform?
5 Réponses
+ 4
It is only possible to create a file and open it later within an execution. No files can be stored or accessed remotely from here (at least not for Python).
0
Could you explain more about the code?
0
no i think it's in c sharp not in pyton
- 1
of course System.IO
fileopen("name of file");