请问python一些出错的地方

img

160 157 158 159行有错误 不知道该怎么改正

以及162行后面是应该加
assert(isinstance(qstring, str))
还是print,return
或者except:
print('Failure to write to the file.')

img

try肯定要接except,但是你这个代码不全,我也不好说你下面有没有expect。万一你下面有了这就不填except了