coding/Python coding
Missing whitespace around operator (E225).(E226) 연산자 주위에 공백 누락.
김영수
2021. 6. 27. 14:06
if r.status_code !=200: 입력시 PEP 8: E225 missing whitespace around operator
if r.status_code != 200: 이렇게 공백을 주면 물결밑줄을 제거할 수 있다.