# 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
猜你喜欢
  • 2021-06-28
  • 2022-12-23
  • 2022-12-23
  • 2021-12-04
  • 2021-12-24
  • 2022-12-23
相关资源
相似解决方案