用户:调皮的百里玄策查看:7 回复:7 评论:7 创建时间:2020-05-15T16:38:47
顺便说一下我的小说网址:https://shequ.codemao.cn/wiki/novel/cover/49913
Larry0601public class HelloWorld { public static void main(String[] args) { System.out.println("Hello World"); } }点赞0
评论
屑雷神索尔import random
n=random.randint(0,10)
a=int(input('请猜0-10之内的一个数字~'))
while a !=n:
if a<n:
print('太小了!')
else:
print('太大了!')
print('你猜对了!')点赞0
评论