代码展示
import random
rand = random.randint(1, 10)
temp = int(input('guess a number: '))
guess = temp
if guess == rand:
print('彳亍 对了')
else:
print('错')
猜数游戏 支持! @liuhongrun2022互助团队 谢谢你
{:10_254:} 不能理解 代码装在code里会更好看。
你可以尝试写一下更多有意义的程序 @陶远航互助团队
好
页:
[1]