Python - File Handling Fundamentals
Find the bug in this code snippet:
with open('output.txt', 'w') as f:
f.write(12345)with open('output.txt', 'w') as f:
f.write(12345)15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions