Python的注释
分类:
1.单行注释: # print(123)
2.多行注释:”’ abcdefg”’ 或 “”” abcdefg “”” 或 多个#
3.特殊注释:Python2不支持中文 # encoding=utf-8
# _*_coding=utf-8/_*_
Python的注释
分类:
1.单行注释: # print(123)
2.多行注释:”’ abcdefg”’ 或 “”” abcdefg “”” 或 多个#
3.特殊注释:Python2不支持中文 # encoding=utf-8
# _*_coding=utf-8/_*_