Home > Article > Backend Development > How to use qpython3 on mobile phone
qpython allows us to write code no longer limited to the office. We don’t have to sit upright and can write code on our mobile phones anytime and anywhere. It brings great convenience to our lives. So how to use qpython3 on mobile phone? Let me introduce you to the installation steps:
The steps are as follows:
Step one: Download and install the Qpython3 app on the Qpython official website
Step 2: Click on the editor, write two sentences of code, and print Hello World
Related recommendations: "python video tutorial"
Step 3: Click Save, enter the project directory, click the plus sign to create a study folder in the project directory, this is a study project
Step 4: Save the file as main.py, this is the entry file of the study project
Step 5: Run the project Or a script, which will output hello world
on the console. Step 6: Write a for loop to print hello world five times
Step 7: Run again and successfully print hello world five times
The above is the detailed content of How to use qpython3 on mobile phone. For more information, please follow other related articles on the PHP Chinese website!