Python - File Handling Fundamentals
What does the
open('file.txt', 'r') command do in Python?open('file.txt', 'r') command do in Python?open() function is used to open a file in a specified mode.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions