# Program to generate a random number between 0 and 9 # import the random module import random print(random.randint(0,9)) 相关文章: 2022-12-23 2021-08-01 2022-12-23 2022-12-23 2022-12-23 2022-02-22 2022-12-23 2021-12-04