1.随机数(0-100)产生:
import random print int(random.random()*100)
2.
python基础练习
原文:https://www.cnblogs.com/students/p/8808233.html