@ -45,8 +45,8 @@
with open('file.txt', 'w') as f:
f.write("xi yi\n")
for xi, yi in zip(x, y):
f.write(f"{xi} {yi}\n")
# вывод в файле file.txt