[070] 정수형 자료를 실수형 자료로 변환하기(float)

책 내용에 대한 무단배포 방지를 위해 최소한으로 정리

fdata = float(10)
print(fdata)

Comments