会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
橙子Cjw
博客园
首页
新随笔
联系
订阅
管理
2018年12月17日
Python基础语法练习1
摘要: # 创建字符串, 可以通过双引号("")或者单引号('')来创建 str1='hello' str2="python" print(str1) print(type(str1)) print(str2) print(type(str2)) # 字符串的拼接 将str1 和str2 拼接成一个新的字符
阅读全文
posted @ 2018-12-17 17:38 橙子Cjw
阅读(68)
评论(0)
推荐(0)
编辑
公告