기록/Python

[python] split()

학제 2019. 4. 3. 10:50

.split(구분자)

 

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