码迷,mamicode.com
首页 > 编程语言 > 详细

Python 类型转换

时间:2020-01-17 13:29:42      阅读:56      评论:0      收藏:0      [点我收藏+]

标签:https   python   html   htm   style   ref   pytho   href   color   

原文:https://www.cnblogs.com/chenfulin5/p/7813791.html

 

 

num1 = "123";
num2 = int(num1);


num3 = "123.12";
num4 = float(num3);

Python 类型转换

标签:https   python   html   htm   style   ref   pytho   href   color   

原文地址:https://www.cnblogs.com/guxingy/p/12204996.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!