9 月 152020
 
# -*- coding: utf-8 -*-
print ("Hello World!")
print ("hello Again!")
print ("这是python3的print函数")
print ("与python2的不同之处在于需要在字符串之外增加括号")
# 使用#号来注释
# 使用UTF-8编码避免乱码
PS C:\Users\harveymei> & C:/Users/harveymei/AppData/Local/Programs/Python/Python38/python.exe c:/Users/harveymei/hello.py
Hello World!
hello Again!
这是python3的print函数
与python2的不同之处在于需要在字符串之外增加括号
PS C:\Users\harveymei>

 Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

(required)

(required)