Can i open textfiles on my android using python in playground? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Can i open textfiles on my android using python in playground?

if yes, then how do I do it?

30th Jul 2017, 6:00 PM
_Retr0/-
_Retr0/- - avatar
1 Answer
+ 16
No, you can't. The code playground is on a separate machine (which is why you don't have to install software to use it). That machine has no access to the file system of your phone. If you want to manipulate files, I would suggest you set up a development environment on another computer.
30th Jul 2017, 8:26 PM
Jim
Jim - avatar