What are the data structure table column names?
What requirements could there be in a given scenario?
remember to be specific to the scenario and the programming language (python)
How do you open a file in python?
file = open(“filename.txt”)
What parameters can be passed into the “open()” function?