📜  如何在python代码示例中注释多行

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

代码示例2
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.')