一仅淑、Print
Print語句可以向屏幕上輸出指定的文字,比如'hello python 盖溺!'
print("hello python 漓糙!")
Print語句也支持一次輸出多個字符串,用逗號","隔開烘嘱,放輸出遇到逗號","時會輸出一個空格昆禽,例如下面
print('1', '+', "2", "=", 1 + 2)
運行結(jié)果:
1 + 2 = 3
二、注釋
Python的注釋以#
開頭蝇庭,后面的文字直到行尾都算注釋
# 這一行全部都是注釋...
print 'hello' # 這也是注釋