输出随机一个整数

 

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