你在哪里加换行符输出了啊?在60行前面加一句print()
你print(i,end="\t")之后加 \ 是代码中续行, 不是输出内容中换行
要输出内容中换行,应该在#附加题 上一行用 print() 换行