Feb-08-2020, 07:19 PM
(This post was last modified: Feb-08-2020, 07:19 PM by blackjesus24.)
Hi,
So basically i'm trying to read something from a simple text file, and i don't really get any errors but the output is blank. Any help is appreciated :-)
So basically i'm trying to read something from a simple text file, and i don't really get any errors but the output is blank. Any help is appreciated :-)
employee_file = open("asa.txt", "r")
print(employee_file.read())
employee_file.close()Output:Process finished with exit code 0
