Writing the first Python program using Pycharm

Source: Internet
Author: User
Writing the first Python program using Pycharm
Open Pycharm, select Create New project,

Select Pure python to create a pure Python program project, location represents the path saved by the project, interpreter represents the version of the Python interpreter used, and finally click Create to build the project.

Right-click the project, select New, and then select Python File

In the pop-up dialog box, enter the file name Hellopython, click OK, indicate the creation of a Python program text file, text file suffix name default. py

Enter the following code and right-click in the space and select Run to print a string "Hello world!".

Print ("Hello world!")

After successful operation, the Pycharm console window will display our output results.

Practice a practice
Requirements: Write a program, output itcast.cn

Writing the first Python program using Pycharm

Related Article

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.