Python環(huán)境搭建
安裝官方軟件
python官網(wǎng)
選擇python3.8
一路next
記得點(diǎn)加入Path
安裝pycharm
pycharm官網(wǎng)
注意選擇community版,不要問(wèn)為什么,因?yàn)榘祖问刮铱鞓?lè)[手動(dòng)滑稽]
注釋
解釋說(shuō)明
排查錯(cuò)誤
分類(lèi)
單行注釋:
#多行注釋?zhuān)?code>''' '''或者
""" """
python官網(wǎng)
選擇python3.8
一路next
記得點(diǎn)加入Path
pycharm官網(wǎng)
注意選擇community版,不要問(wèn)為什么,因?yàn)榘祖问刮铱鞓?lè)[手動(dòng)滑稽]
解釋說(shuō)明
排查錯(cuò)誤
單行注釋: #
多行注釋?zhuān)?code>''' '''或者""" """