主にIT勉強のメモとTips、ときどきDIYです。
>>>type(3.0) float >>>type(3) int
>>>3.0 == 3 True >>>float(3) == int(3) True
>>>type(3.0) == type(3) False
>>>type(float(int(3.0))) float
0 件のコメント:
コメントを投稿