표준입력 (stdin)
실행옵션 (runtime option)
코드:
실행 »
표준입력/실행옵션
box =['candy','chocolate','coke'] if 'candy' in box: print("삼키다") #pass else: print("뱉다")