Python 조건문, 반복문 조건문, 비교연산자 money = 1 if money: print("택시를 타고 가라") else: print("걸어 가라") 택시를 타고 가라 x = 3 y = 5 x Programming/Python 2019.12.26