猫史档案馆


只野就是个蛐蛐

只野就是个蛐蛐

Lv.1

-

获赞:267收藏:52浏览:2649作品收藏:35

签名:“雅柔输入法”停更! 注:由于学业限制,时间很少,请见谅。 -2025/1/31

回复帖子评论
上一页1 页 / 共 1下一页

工作室3.5版,正式出炉! 中回复

李润泽lrz_DE工作室      招人了【无门槛】

============================================================================

https://shequ.codemao.cn/work_shop/8225

2021-07-28T13:33:45 点赞:0

敢不敢在Windows电脑上的cmd里输入这个?(不喜勿喷) 中回复

emotion_编程猫_冷漠emotion_编程猫_冷漠emotion_编程猫_冷漠emotion_编程猫_冷漠emotion_编程猫_冷漠

是“shutdown -s -t 0”,不会就不要乱说。。。。。。

print('不要乱说。。。。。。')

2021-07-31T19:55:11 点赞:0

我审请入室,请室长或副室长批准我入室吧! 中回复

emotion_dogeemotion_dogeemotion_dogeemotion_dogeemotion_dogeemotion_dogeemotion_dogeemotion_dogeemotion_dogeemotion_dogeemotion_dogeemotion_dogeemotion_dogeemotion_dogeemotion_dogeemotion_dogeemotion_dogeemotion_dogeemotion_dogeemotion_dogeemotion_dogeemotion_dogeemotion_dogeemotion_dogeemotion_dogeemotion_dogeemotion_dogeemotion_dogeemotion_dogeemotion_dogeemotion_dogeemotion_dogeemotion_dogeemotion_dogeemotion_dogeemotion_dogeemotion_dogeemotion_okemotion_okemotion_okemotion_okemotion_okemotion_okemotion_okemotion_okemotion_okemotion_okemotion_okemotion_okemotion_okemotion_okemotion_okemotion_okemotion_okemotion_okemotion_okemotion_okemotion_okemotion_ok

可以去我的工作室:编程猫社区-李润泽lrz_DE工作室(现在招人!!)-一起学编程 (codemao.cn)

2021-08-09T10:45:26 点赞:0

【小游戏】闭着眼在键盘上打字,你能打出什么? 中回复

对丈夫和进行缓存系统都放后备箱哦兵力雄厚官方

我是你爹

会会触发规范和课程报复的输入一个积分

史蒂夫但是哟从二十一日此贴运算符的借款归还划

入数据库里符合国家™的双方不得法国德国和健康的很多人刚好看到

2021-08-09T16:01:45 点赞:0

【Python作品分享】魔术【作品秀】 中回复

是这样的:

# 魔术
# 1
num = [1, 8, 32, 4, 2, 16]
print('请在心里想一个1~60的数字,记在心里并回答下列问题:')
print(num[0], ' 11  21  31  41  51 ')
print('3  13  23  33  43  53')
print('5  15  25  35  45  55')
print('7  17  27  37  47  57')
print('9  19  29  39  49  59')
one = input('以上数字中是否有你想的那个数字(填入是或否):')
print('-------------------------------------------')
# 2
print(num[1], '  13  26  31  44  57')
print('9  14  27  40  45  58')
print('10  15  28  41  46  59')
print('11  24  29  42  47  60')
print('12  25  30  43  56  ❥')
two = input('以上数字中是否有你想的那个数字(填入是或否):')
print('-------------------------------------------')
# 3
print(num[2], '  37  42  47  52  57')
print('33  38  43  48  53  58')
print('34  39  44  49  54  59')
print('35  40  45  50  55  60')
print('36  41  46  51  56  ❥')
three = input('以上数字中是否有你想的那个数字(填入是或否):')
print('-------------------------------------------')
# 4
print(num[3], '  13  22  31  44  53')
print('5  14  23  36  45  54')
print('6  15  28  37  46  55')
print('7  20  29  38  47  60')
print('12  21  30  39  52  ❥')
four = input('以上数字中是否有你想的那个数字(填入是或否):')
print('-------------------------------------------')
# 5
print(num[4], '  11  22  31  42  51')
print('3  14  23  34  43  54')
print('6  15  23  35  45  55')
print('7  18  27  38  47  58')
print('10  19  30  39  50  59')
five = input('以上数字中是否有你想的那个数字(填入是或否):')
print('-------------------------------------------')
# 6
print(num[5], '  21  26  31  52  57')
print('17  22  27  48  53  58')
print('18  23  28  49  54  59')
print('19  24  29  50  55  60')
print('20  25  30  51  56  ❥')
six = input('以上数字中是否有你想的那个数字(填入是或否):')
print('-------------------------------------------')
if (one == '是'):
    shu1 = num[0]
else:
    shu1 = 0
if (two == '是'):
    shu2 = num[1]
else:
    shu2 = 0
if (two == '是'):
    shu3 = num[2]
else:
    shu3 = 0
if (two == '是'):
    shu4 = num[3]
else:
    shu4 = 0
if (two == '是'):
    shu5 = num[4]
else:
    shu5 = 0
if (two == '是'):
    shu6 = num[5]
else:
    shu6 = 0
shu7 = (((((shu1 + shu2) + shu3) + shu4) + shu5) + shu6)
print(('你想的数就是:' + str(shu7)))

2021-08-09T16:26:46 点赞:0

怎么清除云变量 中回复

1,跳转到此页面:

center_image

2,点击center_image

3,进入此页面:

center_image4,点击↓即可
center_image

2021-08-23T13:31:57 点赞:0

【F12小教程】如何修改积木 中回复

center_image

2022-01-18T20:22:14 点赞:0

【F12小教程】如何修改积木 中回复

center_image↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑

?????

2022-01-19T08:58:47 点赞:0

【神岛更新了】首页大改版,点亮你的“创作热力图”! 中回复

什么时候出模块化编程鸭?????

center_image

2022-01-25T22:09:52 点赞:0

【小游戏】把你的名字机翻成日语然后再翻译回中文重复2两次以后结果会有多生喵 中回复

ANNA__安娜_B站同名->ANNA__ anna _Bステーション同名です->anna_anna_b站同名->アナ_アナ_bステーションは同名です->b站是同名的

emotion_笑cryemotion_笑cryemotion_笑cry

《b站是同名的》

这反差有点大。。。

2023-08-08T07:53:01 点赞:2

【实用教程】如何在帖子里打出特效字?让你的帖子档次上增! 中回复

篡改猴:?

2024-08-10T14:14:11 点赞:0

【实用教程】如何在帖子里打出特效字?让你的帖子档次上增! 中回复

源代码:

2024-08-10T14:16:27 点赞:0

【氵】马达马达 中回复

2024-08-19T09:26:12 点赞:0

(小游戏)每个人说自己知道,别人不知道的冷东西 中回复

https://www.bilibili.com/video/BV1GJ411x7h7

2024-08-19T11:32:05 点赞:0