I am making a program that records user behavior as they play a game, and improves its performance based off of that data {(User makes this move when this happens):(Do this)}. The problem is that I am storing all of that data in a dictionary in a separate module, so if I close the program everything will return to defaults.I am making a program that records user behavio