with open('invertsub.in'r') as f:lst = f.read().split('\n')s = lst[0]t = lst[1]
with open('invertsub.out','w') as f:f.write(s+'\n'+t)
题目是要做什么功能?