会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
A-a
首页
管理
2017年7月22日
Python 基础总结
摘要: 1.执行python脚本的两种方式: 答:1、./run.py.shell直接调用python脚本 2、python run.py 调用python 解释器来调用python脚本 5.python单行注释和多行注释分别是什么? 答:单行注释用#,多行注释用三引号 6.声明变量注意事项有哪些? 答:1
阅读全文
posted @ 2017-07-22 11:58 A-a
阅读(525)
评论(0)
推荐(1)
公告