+ 2
How is python codes stored as files?
6 Réponses
+ 2
I meant that: 1.where do you atfirst write the code in
2.how do we save it
3.and then how do we execute it
I have only wrote and executed code in the code playground of this app
+ 2
I have two way of interpreting this question
how is text stored in a file
https://www.stat.auckland.ac.nz/~paul/ItDT/HTML/node38.html
or
how does the python interpreter run files
https://stackoverflow.com/questions/2377273/how-does-an-interpreter-compiler-work
https://www.google.com/amp/s/www.webopedia.com/amp/TERM/I/interpreter.html
+ 2
python script saved as plain text file. non encrypted or compiled into machine language, just a text file.
the file format mainly for the interpreter and us the user to easily recognize the file as a python script.
+ 1
Could you perhaps rephrase the question I don understand
+ 1
I'm still not understanding
+ 1
I updated my answer