programming concepts 004 Flashcards
(3 cards)
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