自动获取星期:
>>> from time import time,localtime,strftime>>> x=localtime(time())>>> strftime("%a",x)'Fri'pycharm注释更改:改成none就可以快捷键注释