所以我的目标是尝试将输出文件中的字符限制为每行 6 个字符。这是我到目前为止所拥有的,但这不起作用:我得到的错误之一是无法连接 str 和 int
def charLimit(outputfile):
limit =6
char = 0
with open(outputFile,'r+') as file:
for char in char.len():
if char != 6 :
char = file.read(char)
char += 1
else:
file.write('\n')
char = 0