python随机整数生成

it2025-09-01  5

import random #导入random包 print(random.randint(0,9)) #随机生成0-9之间的整数
最新回复(0)