标签:
We can use
# comment
to coment a row or several rows
still we can use a more effecient way to comment multiple lines
‘‘‘start
... ...
end‘‘‘
where the ‘‘‘ is triple-quoted mark in which the content will be ignored by the interpreter.
标签:
原文地址:http://www.cnblogs.com/lmliu/p/5560455.html