[Python] 삼항 연산자
2016. 9. 26. 12:44ㆍ프로그래밍/Python & dJango
1. 파이썬 삼항 연산자
> True if 조건 else False
ex)
ox = 'O' if N ==3 else 'X'
'프로그래밍 > Python & dJango' 카테고리의 다른 글
[django] django convert String to Datetime (0) | 2016.09.27 |
---|---|
[Python] 타입 비교 / 형변환 (0) | 2016.09.26 |
[Python] python *args와 **kwargs 차이 (0) | 2016.09.25 |
Generic detail view ~~ must be called with either an object pk or a slug. 처리 방법 (0) | 2016.09.15 |
pip requirements.txt 로 한번에 설치하기! (0) | 2016.09.14 |