>>> import os
>>> filepath=os.path.abspath(Users/liyuqiu/Downloads/data.txt)
Traceback (most recent call last):
File "<pyshell#24>", line 1, in <module>
filepath=os.path.abspath(Users/liyuqiu/Downloads/data.txt)
NameError: name 'Users' is not defined