10 Respuestas
+ 11
You'll found step by step getting started guide in the output of this code given below.
https://code.sololearn.com/WfkVPHMDdhAw/?ref=app
+ 2
Yes, you can.
Me too most of the time learning on my mobile.
https://www.sololearn.com/discuss/875954/?ref=app
https://www.sololearn.com/discuss/914940/?ref=app
https://www.sololearn.com/discuss/969088/?ref=app
https://www.sololearn.com/discuss/1067691/?ref=app
https://www.sololearn.com/discuss/969088/?ref=app
+ 1
thanks
0
what set up do u have on ur phone
0
U from?ctg?mushfiq
0
where am i from?
0
Tru ricard Anroid
0
Habib Rafi No
0
ok thanks yes Android
0
"Now write some code in it. To save the code in the file at first press Esc* key. Then type :wq command. It will save the code and immediately quit the editor.
📜 Step 5:Executing Code
Now you have to tell your device that this programme is executable by using this command..
chmod +x hello-world.py
Now execute your programme by simply running..
python hello-world.py
You can see the output in the terminal.
You're done. That's all you needed to getting started with python in Termux."
Ranjan
Hello, after I do the steps above that you kindly described, I don't know or I'm not able to see the result of my sample code in the terminal, or I don't know how to see it or where to find it, thanks in advance