how about regular old python with no itertools? def ruler(): counter = 1 n = 1 while True: for i in range(counter): for j in range(counter): ...
確定! 回上一頁