输出随机一个整数

 

import random
a=random.randint(1,101)
print(a)
posted @ 2023-12-19 15:42  琳达的博客  阅读(19)  评论(0)    收藏  举报