首页
AI Coding
NEW
沸点
课程
直播
活动
AI刷题
APP
插件
搜索历史
清空
创作者中心
写文章
发沸点
写笔记
写代码
草稿箱
创作灵感
查看更多
会员
登录
注册
常温阔乐
掘友等级
没事多多喝喝可乐
获得徽章 7
动态
文章
专栏
沸点
收藏集
关注
作品
赞
241
文章 233
沸点 8
赞
241
返回
|
搜索文章
最新
热门
Python关于for的一些使用方法
``` # eg1 print('eg1:') str1 = 'Hello World' for j in str1: print(j) # eg2 print('eg2:') str1 = 'Hel
用Python画*的三角形
预览结果: * *** ***** ******* ********* *********** ************* *************** *****************--- *
Python关于字典的使用实例
``` studs=[{'sid':'103','Chinese':90,'Math':95,'English':92},{'sid':'101','Chinese':80,'Math':85,'En
python使用turtle库画花
``` import turtle turtle.pensize(1) turtle.seth(90) turtle.pencolor("red") turtle.circle(200,90) tur
个人成就
文章被点赞
45
文章被阅读
461
掘力值
99
关注了
68
关注者
42
收藏集
0
关注标签
0
加入于
2022-07-18