编程语言
首页 > 编程语言> > 安卓手机用 QPython 写 Python:hello world

安卓手机用 QPython 写 Python:hello world

作者:互联网

1. 安装 QPython

在应用市场中搜索 QPython,搜到以后进行安装。
image
image
我装过了,所以上图显示“打开”,你可能显示“安装”,点击即可。
需要设置存储权限,方便在手机上存代码。
image
image
image
image
image
这样就装好了。

2. 使用 QPython

打开QPython以后,是如下界面,点击终端,它会问你用python2还是python3,你选python3。
image
然后左上角返回,它会问你是否在后台运行终端,可选否。
打开编辑器
image
编辑一行代码:让程序输出“hello world",然后点击保存
image
保存为“helloworld.py"
image
然后回到编辑器界面,点击运行
image
就会在终端中运行这个代码,程序会输出一句话:
image

标签:QPython,Python,安卓,编辑器,点击,world,hello,python3
来源: https://www.cnblogs.com/luyi07/p/16642763.html