coworker@ubuntu:~/OpenWRT/openwrt$ python3
Python 3.6.9 (default, Apr 18 2020, 01:56:04)
[GCC 8.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from subprocess import *
>>> exit
Use exit() or Ctrl-D (i.e. EOF) to exit
>>> exit()
coworker@ubuntu:~/OpenWRT/openwrt$ python
Python 2.7.17 (default, Apr 15 2020, 17:20:14)
[GCC 7.5.0] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from subprocess import *
>>> exit()
coworker@ubuntu:~/OpenWRT/openwrt$
cow orker