菜鸟教程
#!/usr/bin/python
# -*- coding: UTF-8 -*-
import random
print random.randint(1,10) # 产生 1
2021-03-07