programming concepts 004 Flashcards
1
Q
Why would we want to read from a file?
A
Reading from files is a critical component of a ton of different programs.
2
Q
How do you read a file?
A
“with open” syntax
3
Q
A
Why would we want to read from a file?
Reading from files is a critical component of a ton of different programs.
How do you read a file?
“with open” syntax