Cla*_*ara 0 python pep8 python-3.x
while line_number < dictionary_elements_number and validation_bool == False:
Run Code Online (Sandbox Code Playgroud)
当我通过 pep8 运行它时出现此错误E712 comparison to False should be 'if cond is False:' or 'if not cond:'
是不是有点奇怪?