Termux | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Termux

Hello friends , after creat Python file here in sole how we run same file in termux ?

2nd Aug 2020, 8:50 AM
Silly Tuktuk
6 Answers
+ 8
Vipin Dhawan No, Pydroid doesn't means Python 3. It's a name for an IDE. My view: It's available for android so, Python3+Android=Pydroid3
2nd Aug 2020, 9:26 AM
Arctic Fox
Arctic Fox - avatar
+ 5
install python in termux pkg install python copy the code to termux environment, you can install text editor like vim then rewrite/paste. pkg install vim vim myscript.py python myscript.py or paste directly into file, using termux-clipboard-get from termux-api package pkg install termux-api termux-clipboard-get > myscript.py python myscript.py or use termux-storage, and put yourcode in default place like download folder pkg install termux-storage python ~/storage/downloads/myscript.py
2nd Aug 2020, 9:04 AM
Taste
Taste - avatar
+ 1
Thanks bro
2nd Aug 2020, 8:58 AM
Silly Tuktuk
+ 1
Pydorid3 means python 3
2nd Aug 2020, 8:59 AM
Silly Tuktuk
+ 1
💓💓
2nd Aug 2020, 9:09 AM
Silly Tuktuk
0
Ok dear got u
2nd Aug 2020, 9:30 AM
Silly Tuktuk