>>383
log = open('log.txt', 'a')
print(x, y, z, file=log)
print(a, b, c)