코드:
실행 »
표준입력/실행옵션
py = "Python" print(py.upper()) print(py.lower()) print(py)
x
1
py
=
"Python"
2
3
print
(
py
.
upper
())
4
print
(
py
.
lower
())
5
6
print
(
py
)
7
표준입력 & 실행옵션
Close
표준입력 (stdin)
실행옵션 (runtime option)
입력
Cancel