• 코드:
​x
 
1
con = "sweet"
2
​
3
if con == "sweet":
4
    print("삼키다")
5
else:
6
    print("뱉는다")
표준입력 & 실행옵션