"""
代码块注释
"""
- 单行注释颜色设置
Preferences --> Editor --> Corlor Scheme --> Python -- Line Comment
- 多行注释颜色设置:
1)修改函数内部代码块说明颜色
Preferences --> Editor --> Corlor Scheme --> Python --Docstring --> Text
- 2)修改多行注释颜色
Preferences --> Editor --> Corlor Scheme --> Python --String --> Text
(没想到是修改字符串的颜色)