1.2 First Python program

Source: Internet
Author: User

writing the first Python program<1> How to write a Python program 1
  1. Open HyperTerminal

    2. Enter python3 , enter the 3rd version of the Python programming language used by Python3, and if you enter only Python, the 2nd version of Python is used.

    3. Enter the following code

    Print ("helloWorld")

    <2> How to write a Python program 2
    • Open editing software sublime

      Write the following code in the code below.

      Save Code

      Run the program

      <3> Another way to run a python program
        • The Python interpreter path to execute when the first line of code is written, and you need to add ' x ' permissions to this Python file when you are finished editing

      <4> Practice

      Requirements: Write a program, outputitcast.cn

      <5> Small Summary
        • There are 3 ways to write a Python program, which one is more used in actual development? Usually the 2nd or 3rd, that is saved in the xxx.py file, so that the next run can be executed directly, and if the first method, each run the program will need to re-input, time-consuming and laborious

1.2 First Python program

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.