从零学python系列之从文件读取和保存数据

2019-10-06 15:35:45王振洲

finally:
    man_file.close()
    other_file.close()

但是第26行print()为什么会报错?“syntax error while detecting tuple”,有大神能给解惑一下不