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
相关文章
相关标签/搜索