Lv.1
画笔小球作者m3:
签名:评价我的游戏: https://www.wenjuan.in/s/Nbi22u/ 我不找我最近在奏啥【头花】
在 【Python作品分享】奇怪英语猜数字双人版【作品秀】 中回复
附单人版(英语仍然很奇怪)
import random
#1player
number2 = random.randint(1, 100)
number2=str(number2)
print('Plesae 2player plays the game')
print('\n\n\n\n\n\n\n\n game play')
while True:
gnumber2 = input('Guess a number: ')
if (gnumber2 == number2) :
print(("You win! It's " + number2),' !')
break
elif (gnumber2 > number2) :
print("It's big!")
elif (gnumber2 < number2) :
print("It's 喵all!")
else :
pass2019-06-11T21:13:20 点赞:0
在 【Python作品分享】奇怪英语猜数字双人版【作品秀】 中回复
import random
#1player
number2 = random.randint(1, 100)
number2=str(number2)
print('Plesae 2player plays the game')
print('\n\n\n\n\n\n\n\n game play')
while True:
gnumber2 = input('Guess a number: ')
if (gnumber2 == number2) :
print(("You win! It's " + number2),' !')
break
elif (gnumber2 > number2) :
print("It's big!")
elif (gnumber2 < number2) :
print("It's 喵all!")
else :
pass2019-06-11T21:14:12 点赞:0
在 【社区里第...个C++项目】时隔n小时,折腾调竟又发布“毫无卵用”的软件! 中回复
while 5:
print("帖子太花哨了")
print("看不懂啊!!!!!!!!!!!!!!!!!!!!!")2019-08-05T08:25:19 点赞:1
在 【求助】谁有codemao库的教程 中回复
Microsoft Windows [版本 10.0.17134.885]
(c) 2018 Microsoft Corporation。保留所有权利。
C:\WINDOWS\system32>pip3 install Codemao==0.0.17
Collecting Codemao==0.0.17
Cache entry deserialization failed, entry ignored
Cache entry deserialization failed, entry ignored
Downloading https://files.pythonhosted.org/packages/88/ba/24a182e353a84028d4afe4ee8e2551e9c27b4fb4939819dbb772c277e5c8/Codemao-0.0.17-py3-none-any.whl (19.5MB)
19% |██████ | 3.7MB 8.4kB/s eta 0:31:182019-08-05T08:28:22 点赞:0
在 【Python作品分享】控制绿方块【作品秀】 中回复
..........................................................................................................................
def hit(a,y,y2,y3,y4):
return a>-96 and a<96 and 458>y-96 and 4580 and a<192 and 458>y2-96 and 45896 and a<288 and 458>y3-96 and 458192 and a<384 and 458>y4-96 and 4580 or e.key == pygame.K_a and x>0:
x-=96
2019-08-05T08:35:05 点赞:1
在 大富翁 字符串版(无需插件) 中回复
6666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666
2019-08-29T20:02:01 点赞:0
在 【Python作品分享】今年第几天?【作品秀】 中回复
可以自动输入
用模块 datetime time
教程:
https://www.喵51.net/article/1喵828.htm
https://blog.csdn.net/sixiaoying/article/details/87936603
2020-01-17T11:57:39 点赞:0
在 【建议】专区,界面,屏蔽 中回复
补充:
https://shequ.codemao.cn/community/225107 屏蔽问题
https://shequ.codemao.cn/community/225740 屏蔽问题
https://shequ.codemao.cn/community/220387 屏蔽问题
希望官方重视并尽快修改
2020-01-22T10:03:21 点赞:0
在 【test】1 中回复
2020-02-02T13:47:39 点赞:0