I am trying to simply build a program, which reads another file. When I try to run the code I get the error mentioned in the topic. I've already tried to take the full path, but it wasn't working. Do you have any ideas to solve the problem?
file = open("Text.txt")
vari = file.read()
print(vari)