Hello. I've got a file, that looks like this
Now there are 5 lines shown. However running this script
with open('hello.txt', 'r') as hello:
for line in hello:
print line,
gives
num 1
ctl00$header1$Login1$txtUserName=ыют;CBШ▌
and that's all. How can I read entire file? TIA