표준입력 (stdin)
실행옵션 (runtime option)
코드:
실행 »
표준입력/실행옵션
py = "파이썬 공부는 너무 재밌어요!" print(py.replace("파이썬", "자바")) print(py)