How do I read a .txt file from a different directory in python?

Solution
with open('C:/users/user/desktop/flaskpractice/clients.txt') as json_file: