
Lv.1
不活跃»网易MC搜“龍龖龘讋少”或“远走高飞地更高”加好友,爱好红石、生存、跑酷
签名:2026/5/17🆙 rks16.01/金48 中二rating14.56 传说进度:64% 荣誉:0首页 网抑MC+“龍龖龘讋少”(电脑版)或“远走高飞地更高” 关注列表已全去世 📧MCproblem@163.com WeChat:BKS_MCproblem CSDN/B站/网抑大神:龍龖龘讋少
在 ☆璀璨星空☆ (工作室)招人啦 中回复
import os,matplotlib
matplotlib.open("file:\\"+os.path.realpath("https://shequ.cod喵/work/55500130"))2020-08-04T10:31:27 点赞:0
在 ☆璀璨星空☆ (工作室)招人啦 中回复
2020-08-05T17:33:01 点赞:0
在 【祝贺我成为大佬】 中回复
https://shequ.codemao.cn/work/38643763
╭ ┐ ┌────┐ ┐ ┐ ┌────╮
│──┼─┘│ │┌├┌┼─┐│
╯ │ ├────┤││ │ ││ ╮
──┼─╯│ │││─┼─┴└──┼─┘
│ │ │└│ │ ┌─╯│─┐
└──┴─┘└────┘└╯└╯─╯└ ╰┘ ╯
2021-04-20T18:36:28 点赞:0
在 【Python作品分享】贪吃蛇测试版(v1.0)【求助帖】 中回复
感谢lsk666666的帮助
又出新问题了
报错信息为:ArrtibuteErrow;'Snake'object has no attribute'onkey'
属性错误:“蛇”对象没有“onkey”属性
好像是对象的问题

2021-06-21T18:55:15 点赞:0
在 老觉得那些只有两个阶段的源码精灵不完整 中回复
学过Python的都知道嘛,空集用{}表示,函数是set(),所以空集的三阶应该是空字典!{:}dict()
2021-11-06T18:45:23 点赞:1
在 【Python作品分享】BMI计算器【作品秀】 中回复
import turtle
__Pen=turtle.Pen()
height=float(input("你的身高?(厘米)"))
weight=float(input("你的体重?(公斤)"))
height=height/100#转换米
bmi=weight/(height*height)
if bmi>32:
print("喵")
elif bmi>=28:
print("肥胖")
elif bmi>24:
print("过重")
elif bmi>=18.5:
print("普通")
elif bmi<=18.5:
print("过轻")
__Pen.pu()
__Pen.goto(-300,0)
__Pen.pd()
for i in range(500):
__Pen.forward(1)
if i==18.5*10:
__Pen.dot(5)
if i==24*10:
__Pen.dot(5)
if i==int(bmi*10):
__Pen.pencolor("red")
__Pen.dot(5)
__Pen.pencolor("black")
turtle.done()2021-11-14T17:02:28 点赞:0
在 官方看到就最好了 中回复
不知道各位有没有印象,手机上曾经有一个APP叫编程猫训练师,里面包括所有(但不仅限于)源码精灵除特殊精灵之外的所有精灵,精灵之间还能对战,
如果官方能恢复那个APP,你们会怎么做呢?
2022-01-24T10:48:42 点赞:1
在 签到的教程 中回复
imgsrc="https://static.codemao.cn/emotion/thunder_monkey/%E9%9B%B7%E7%94%B5%E7%8C%B4z.gif"alt="emotion_雷电猴_嗯嗯"
2022-03-14T15:09:54 点赞:0