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