📜  python 注释多行 - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:08.447000             🧑  作者: Mango

代码示例4
def windows():
    print('Select the text, Press CTRL + K , C to comment')

 def mac():
    print('Multi-line comment select the lines to be commented. Ctrl + 4.')