会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
as_scheduled
博客园
首页
新随笔
联系
订阅
管理
2020年8月27日
学习python的day1之变量和数据类型
摘要: 1.注释 python的的注释方式有单行注释,有多行注释 单行注释(用#注释): #单行注释 print('hello python!') 多行注释: 1)用6个单引号注释 ''' 多行注释 6个单引号 ''' print('hello word!') 2)用6个双引号注释 """ 多行注释 6个双
阅读全文
posted @ 2020-08-27 23:36 as_scheduled
阅读(132)
评论(0)
推荐(0)
编辑
公告