본문 바로가기

기록/Python

[python] split()

.split(구분자)

 

x,y=input('두개입력').split(구분자)