표준입력 (stdin)
실행옵션 (runtime option)
코드:
실행 »
표준입력/실행옵션
i = 4 j = 2 print(i + j) print(i - j) print(i * j) print(i / j)