Operation method: 1. Open pycharm software; 2. New projects; 3. Enter the project name, and then click OK; 4. Right-click in the project to create a new python file; 5. Enter the python file name, and then click Save; 6. enter the helloworld program; 7. Click Run; ; 8. After compiling for a period of time, you can see the following input results.
PyCharm comes with a set of tools, which can help users to improve efficiency when developing in Python language, such as debugging, syntax highlighting, project management, code jumping, intelligent prompt, automatic completion, unit testing, version control and so on.