python based learning record ......

1.IDEA write python

  Open IDEA, File ---> settings ----> Plugins type python installation restart IDEA

2. Select New Project Python next

 

3. The first python program

Right project New Python File

# The first python program 
Print ( " the Hello World! " )

 Right-RUN console output

 

Python has been installed and configured the environment variables. 

 

 

Guess you like

Origin www.cnblogs.com/songxiaoke/p/11851771.html