python - 如何重复 while 循环一定次数 - Segment...

import random a = [] w = 0 r = 0 while r < 3: while w<4: x = random.uniform(1,10) print(x) print(w) a.append(w+...


相关搜索

热门搜索