표준입력 (stdin)
실행옵션 (runtime option)
코드:
실행 »
표준입력/실행옵션
tuple1 = 10, "열", True print(10 in tuple1) print("아홉" in tuple1) print("아홉" not in tuple1)