I am trying to print my file in the console box:
file= open("employees.txt", "r") print(file.read()) file.close()