定義一個隨機數迭代器(1到50,隨機輸出30個數)

# coding: utf8 # 定義一個隨機數迭代器, import random class RandomIter: def __init__(self, start, end, times): self.start = start self.end = end self.max_times = times sel
相關文章
相關標籤/搜索