mouse-scroll

Python 2.x, 3.x

# string to int
s = "123"
n = int(s)


# string to float
s = "123.456"
n = float(s)


# string to long
s = "1234567890123"
n = long(s)

참고사항

위 게시물은 기존에 운영한 Tistory에서 가져온 자료입니다.
시간이 흐름에 따라 오류가 발생하거나 참고사항으로 첨부한 자료가 없을 수 있습니다.

이런 글은 어떠신가요?