표준입력 (stdin)
실행옵션 (runtime option)
코드:
실행 »
표준입력/실행옵션
a = "python" b = "html" c = "json" print(a) print(b + " is fun") print(c * 3)