一個改進的小要求--限定隨機數的個數,生成的隨機數總和在一定範圍內

這個可以應用在很多場合的,你猜? import random time_seconds = 18000 time_seconds_float = 1800 number = 500 print "this range of limit is between %s and %s" % (time_seconds, time_seconds + time_seconds_float) while
相關文章
相關標籤/搜索