From my mobile phone when I run this command: file=open("newfile.txt","w") in the code playground. Where is newfile.txt is created on the phone? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

From my mobile phone when I run this command: file=open("newfile.txt","w") in the code playground. Where is newfile.txt is created on the phone?

10th Jul 2016, 6:13 AM
Essam Mohamed Mahmoud Ahmed
Essam Mohamed Mahmoud Ahmed - avatar
3 Answers
+ 1
you can't run the code without internet connection which means code is executed on the server,so the file is created there.
10th Jul 2016, 7:49 AM
RedAnt
RedAnt - avatar
0
code is not executed on your phone it is executed on server. besides that I doubt that there is python installed on phones
12th Jul 2016, 5:28 AM
Nitin Lakhwani
Nitin Lakhwani - avatar
0
How to open file that in my phone to compile
8th Aug 2019, 6:18 PM
venky bvr
venky bvr - avatar