표준입력 (stdin)
실행옵션 (runtime option)
코드:
실행 »
표준입력/실행옵션
c = "sweet" if c=="sweet": print("삼키다") else: print("뱉는다")