会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
赖黛俐
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
2017年9月8日
turtle库基础练习(2017.9.8)
摘要: 1.画一组同切圆 import turtleturtle.circle(20)turtle.circle(40)turtle.circle(60)turtle.circle(80)turtle.circle(100) 2.画一组同心圆 import turtleturtle.circle(20)tu
阅读全文
posted @ 2017-09-08 09:53 赖黛俐
阅读(233)
评论(0)
推荐(0)
2017年9月6日
2017.9.6
摘要: 1.简单输入输出交互。 答: >>> name=input('Please input your name:\n') Please input your name: >>> daili >>> print('Hello,',name) daili 2.用户输入两个数字,计算并输出两个数字之和:(尝试
阅读全文
posted @ 2017-09-06 19:56 赖黛俐
阅读(91)
评论(0)
推荐(0)
上一页
1
2
3
4
5
公告