• 코드:
​x
 
1
py = "파이썬 공부는 너무 재밌어요!"
2
​
3
print(py.split(' '))
4
print(py.split())
5
​
6
print(py)
7
​
표준입력 & 실행옵션