import math print(1e6) for i in 1e6: x = int(math.cos(2 * math.pi * i / 1e6) * 9.99e8) y = int(math.sin(2 * math.pi * i / 1e6) * 9.99e8) print(x, y)