10-day03-注释

Python注释

msg = “我爱你中国!”

#单行注释使用

''''''多行注释使用

print(msg) #this code is for >>>>

‘’‘print(msg)

print(msg)

print(msg)

print(msg)’‘’

猜你喜欢

转载自www.cnblogs.com/python-beginner/p/11968504.html