Python

[python] 문자연산

tenn 2013. 12. 17. 01:22



<<캐스팅>>

* 숫자 -> 문자열

str(10)

*문자열 -> 숫자

int('10')

http://stackoverflow.com/questions/961632/converting-integer-to-string-in-python



문자연산

http://creaplz.tistory.com/26

저작자표시 (새창열림)