반응형 X1 [파이썬, Python] int 정리 [ 파이썬 int 정리 ] help(int) : int 도움말 보기 help(int) ''' [출력값] class int(object) int(x=0) -> integer int(x, base=10) -> integer Convert a number or string to an integer, or return 0 if no arguments are given. If x is a number, return x.__int__(). For floating point numbers, this truncates towards zero. If x is not a number or if base is given, then x must be a string, bytes, or bytearray instance rep.. 2022. 4. 5. 이전 1 다음 반응형