METALARISING 发表于 2023-8-24 16:01:18

代码展示


import random
rand = random.randint(1, 10)

temp = int(input('guess a number: '))
guess = temp

if guess == rand:
    print('彳亍 对了')
   
else:
    print('错')
   

METALARISING 发表于 2023-8-24 16:02:04

猜数游戏

liuhongrun2022 发表于 2023-8-24 16:02:39

支持!

METALARISING 发表于 2023-8-24 16:04:55

@liuhongrun2022互助团队 谢谢你
{:10_254:}

mwy1024 发表于 2023-8-24 16:10:44

不能理解

陶远航 发表于 2023-8-24 16:20:41

代码装在code里会更好看。

你可以尝试写一下更多有意义的程序

METALARISING 发表于 2023-8-28 13:46:36

@陶远航互助团队
页: [1]
查看完整版本: 代码展示