0
XAXenos Aurum
.items
The code reads the contents of the file "file" into the list "pet" and keeps reading lines until it finds a line that doesnβt match the pattern "a cookbook.items".
0 Comments
csvFile = csv.DictReader(file) for line in csvFile: ppet in a cookbook