Python - File Reading and Writing Strategies
What is wrong with this code?
with open('info.txt') as f:
line = f.readline()
print(line)with open('info.txt') as f:
line = f.readline()
print(line)15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions