• 코드:
​x
 
1
py = "Python"
2
​
3
print(py.upper())
4
print(py.lower())
5
​
6
print(py)
7
​
표준입력 & 실행옵션