Float to int

float to int
float

1 Python[ | ]

print( int(10.0) )
# 10
print( type(int(10.0)) )
# <class 'int'>

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}