W3School TIY Editor

  • W3School 在线教程
  • 改变方向
  • 暗黑模式
​x
 
import random
​
print(random.randint(3, 9))
​
#返回一个介于 3 和 9 之间的数字(包括 3 和 9)
​