Например: < /p>
Код: Выделить всё
#This is my python app
a = input("Enter your name: ")
print('\n Hi, ' + a)
> Enter your name: Who must not be named
< /code>
> Hi, Who must not be named
< /code>
Is it possible to convert above script into an apk file, without using any other modules etc.
Подробнее здесь: https://stackoverflow.com/questions/720 ... -py-to-apk
Мобильная версия