Jul-19-2019, 01:38 AM
Loop through the keys (10084, 10111, and 10163). For each key do
aliases[key].update(vitals[key])
and aliases[key].update(combine[key])
. You can use 'if key in dict' or try/except to handle keys that aren't in vitals or combine.
Craig "Ichabod" O'Brien - xenomind.com
I wish you happiness.
Recommended Tutorials: BBCode, functions, classes, text adventures
I wish you happiness.
Recommended Tutorials: BBCode, functions, classes, text adventures