import re h = open('C:/Users/Administrator/Desktop/作业一素材.txt', encoding = 'utf-8') a = h.read() b = a.splitlines() target = b[-3] c = re.findall(r'\s(\w*).$', target) x=c[0] len(x)
如果所写代码复杂,且没有良好的注释,那么请在这里补充解释。