python-基礎-2018-6-16

1.漢語及註釋 #註釋和多行註釋 #coding=utf-8 print('hello world 你好') #以下碼是註釋,不參與運行 print("="*30) '''  這個是多行註釋 ''' 2.raw_input已經在python3不存在 錯誤:NameError: name 'raw_input' is not defined 原因出在raw_input ,python3.0版本後用i
相關文章
相關標籤/搜索