
?
print("被注釋的內(nèi)容不會(huì)打印到終端,被注釋的內(nèi)容最好Tab縮進(jìn)提高代碼可讀性")
print("單行注釋")????#print("#號(hào)單行注釋,可以使用快捷鍵CTRL+/選中多行可以直接添加井號(hào)可以起到多行注釋的效果")''''
????print("多行注釋可以使用三對(duì)單引號(hào)或者三對(duì)雙引號(hào)")
????
'''"""
????print(“多行注釋”)?#多行注釋即使其中添加單行注釋也不會(huì)報(bào)錯(cuò)
????多行注釋
????多行注釋
????
"""