10-day03-注释

Python注释

msg = “我爱你中国!”

#单行注释使用

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

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

‘’‘print(msg)

print(msg)

print(msg)

print(msg)’‘’

 

 

posted on 2019-12-02 00:22  derywong  阅读(131)  评论(0)    收藏  举报