python3에는 ++ 연산자가 없다.
+= 연산자만 있을 뿐이다.
예제
if not self.conn.connected:
retry_count += 1
'python' 카테고리의 다른 글
virtualenv 셋팅하는 방법(python3) (0) | 2017.10.10 |
---|---|
fatal error: Python.h: No such file or directory #include "Python.h" 해결하기 (0) | 2017.10.10 |
python2와 python3의 차이점 - string.decode() (0) | 2017.09.28 |
[python3] 파이썬 값/타입 확인 예제 (0) | 2017.09.28 |
flask 환경 구성하기 (0) | 2017.09.19 |