PEP8:blank line at end of file
L = ['Alisa', 99] print(L)
python3.0以上的版本在pycharm中有波浪线提示:PEP8:blank line at end of file
但是代码结尾处并没有空格行
L = ['Alisa', 99] print(L)
python3.0以上的版本在pycharm中有波浪线提示:PEP8:blank line at end of file
但是代码结尾处并没有空格行
2019-01-15
举报