import redef format_title(title): title = re.sub(\'-.*$\', \'\', title) return titledef format_paragraph(paragraph): # 在每个段落中补充观...