python
[python3] ++ 연산자
'김용환'
2017. 9. 28. 20:03
python3에는 ++ 연산자가 없다.
+= 연산자만 있을 뿐이다.
예제
if not self.conn.connected:
retry_count += 1