[python] 문자연산

Python 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

Posted by tenn
,