JavaShuo
栏目
标签
Python基础知识(3)
时间 2021-01-12
栏目
Python
繁體版
原文
原文链接
1:字符串类型转换 1 num = 100 2 3 num2 = "100" 4 5 #num是整数类型的值,num2是字符串类型的值,如果把他们两个的类型转换下呢? 6 7 int(num2) #int 整形成整数 8 9 str(num) #转换成字符串 2:组成字符串的两种方式 1 #This One 2 3 a = "lao" 4 b = "wang"
>>阅读原文<<
相关文章
1.
python基础知识3
2.
Python基础知识(DAY 3)
3.
Python基础知识(3)—处理变量
4.
Python入门--------基础知识3
5.
Python 必备面试基础知识-3
6.
Python 基础知识整理-3 (bytes-strings)
7.
Python基础知识点回顾(3)
8.
python基础知识
9.
【Python】基础知识
10.
python 基础知识
更多相关文章...
•
Kotlin 基础语法
-
Kotlin 教程
•
Scala 基础语法
-
Scala教程
•
Kotlin学习(二)基本类型
•
☆基于Java Instrument的Agent实现
相关标签/搜索
基础知识
Jetty 基础知识
C#基础知识
android基础知识
LTE基础知识
c基础知识
PHP基础知识
mysql基础知识
java基础知识
shiro基础知识
Python
MySQL教程
PHP 7 新特性
Thymeleaf 教程
0
分享到微博
分享到微信
分享到QQ
每日一句
每一个你不满意的现在,都有一个你没有努力的曾经。
最新文章
1.
《给初学者的Windows Vista的补遗手册》之074
2.
CentoOS7.5下编译suricata-5.0.3及简单使用
3.
快速搭建网站
4.
使用u^2net打造属于自己的remove-the-background
5.
3.1.7 spark体系之分布式计算-scala编程-scala中模式匹配match
6.
小Demo大知识-通过控制Button移动来学习Android坐标
7.
maya检查和删除多重面
8.
Java大数据:大数据开发必须掌握的四种数据库
9.
强烈推荐几款IDEA插件,12款小白神器
10.
数字孪生体技术白皮书 附下载地址
本站公众号
欢迎关注本站公众号,获取更多信息
相关文章
1.
python基础知识3
2.
Python基础知识(DAY 3)
3.
Python基础知识(3)—处理变量
4.
Python入门--------基础知识3
5.
Python 必备面试基础知识-3
6.
Python 基础知识整理-3 (bytes-strings)
7.
Python基础知识点回顾(3)
8.
python基础知识
9.
【Python】基础知识
10.
python 基础知识
>>更多相关文章<<