I\'m creating a class like the following in Python:
stat_list = [\'Health\', \'Strength\', \'Stamina\'] empty_stats = dict.fromkeys(stat_list, 0) class Sta