Here is my code. If I use forloop to write, it got error: Traceback (most recent call last): File "m.py", line 20, in f.write(tag[i].string) TypeError: argument 1 must be string or read-only character buffer, not None HOWEVER, if I don't use for loop, instead write as :...