3.注释
python中的注释
Last updated
python中的注释
Last updated
# 我是注释,可以在里写一些功能说明之类的哦
print('hello world')'''
我是多行注释,可以写很多很多行的功能说明
'''
'''
123456
654321
'''
print('你好')#coding=utf-8#coding=utf-8
print('你好')你好# -*- coding:utf-8 -*-