Day 51: Saving and Loading Data

Day 52: Avoiding Crashes

Day 53: project day video game inventory

new function learned:

Untitled

also: except, pass (”silences any and all exceptional conditions that come up while the code covered in the try: block is being run”) - apparently it’s bad coding practice though, but essentially just means skip past doing anything with the error that is found

Untitled

Day 54: Comma-separated values (CSVs)