加入频道后,解锁更多评论
科技代码频道
游戏科技代码,其他代码偶尔发一发因为教你们如何制作代码不过要钱
加入频道
科技代码频道
98成员
全部
热门
.....
07-05 15:13
https://game.weixin.qq.com/cgi-bin/h5/static/gamecenter/gamelauncher.html?appid=1106467070#wechat_redirect
.....
07-04 21:33
https://game.weixin.qq.com/cgi-bin/h5/static/gamecenter/gamelauncher.html?appid=1106467070#wechat_redirect
.....
07-03 21:12
https://game.weixin.qq.com/cgi-bin/h5/static/gamecenter/gamelauncher.html?appid=1106467070#wechat_redirect
.....
06-28 13:37
https://game.weixin.qq.com/cgi-bin/h5/static/gamecenter/gamelauncher.html?appid=1106467070#wechat_redirect
.....
06-21 10:25
https://game.weixin.qq.com/cgi-bin/h5/static/gamecenter/gamelauncher.html?appid=1106467070#wechat_redirect
.....
06-19 14:45
https://game.weixin.qq.com/cgi-bin/h5/static/gamecenter/gamelauncher.html?appid=1106467070#wechat_redirect
圆归墟
01-31 18:52
大家好,我是一位刚刚进入频道的用户,嗯,想问一下各位有没有那种中文版的免费的可以写应用的软件呢?
嗯,就是有以下功能
1.可以编写代码
2.可以把代码打包成应用
3.免费的完全开源
...
全部
我是懒惰大王
01-30 05:57
芙露德莉丝:漂泊者,请不要一直盯着看~
https://b23.tv/uKpDU7h
我是懒惰大王
01-27 01:52
无出口大厦#玩游戏 #游戏推荐 #游戏实况 #游戏日常
推荐你看这个视频 @大米游戏(置顶领取) 的作品
嫣.
2025-07-17 19:50
import random
# 生成1-100之间的随机数
secret_number = random.randint(1, 100)
# 初始化猜测次数
guess_count = 0
# 最大猜测次数
max_guesses = 7
print("欢迎来到猜数字游戏!")
print(f"我已经想好了一个1-100之间的数字,你有{max_guesses}次机会猜出它")
while guess_count < max_guesses:
...
全部
加入频道