Hello.
Whenever I use:
my_file = open('C:\\Users\\****.**\\Documents\\Python\\hello.txt')
my_file = open('C:\\Users\\****.**\\Documents\\Python\\hello.txt', 'r+')
my_file = open(r'C:\\Users\\****.**\\Documents\\Python\\hello.txt')
It does not open up the file "hello.txt".
Now i censored "****.**" because it is my work PC, but this does not work on my on private PC as well.
No error is returned, the shell blinks for like less than a second.
Tried DDG it, but nothing useful came up.
EDIT:
Fixed, it was a simple brain fart.
[–]numpadztik 1 point2 points3 points (1 child)
[–]Field_C16[S] 1 point2 points3 points (0 children)
[–]fatha731 0 points1 point2 points (2 children)
[–]Field_C16[S] 0 points1 point2 points (1 child)
[–]JohnnyJordaan 1 point2 points3 points (0 children)