How to output Hello World

method one: 

Python enters interactive mode, then: print () function output

 

 

Method Two: 

.Py a new file, and writes print () function, and then executes the output command in python: 

 

 

Guess you like

Origin www.cnblogs.com/aisowe/p/11956928.html