Int to float

Jmnote (토론 | 기여)님의 2019년 9월 11일 (수) 20:41 판 (→‎Python)
int to float
float

1 Python

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

2 같이 보기

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