PYTHON.
Termux having Two Python Packages - Python v2 & python v3.
For full video tutorial visit 👉toturial
Termux is an Android terminal emulator and Linux environment application that works directly with no rooting or setup required. A minimal base system is installed automatically, additional packages are available using the APT package manager.
Here are the commands on how to install python in termux
$ apt update
$ apt upgrade
$ apt install python
$ apt install python2
For full video tutorial visit 👉toturial
0 Comments