Skip to content

Instantly share code, notes, and snippets.

@borihk
Last active May 12, 2022 10:31
#create dict to assign Y-axis value
dict_moon = {'Light':3, 'Moon': 6, 'Deimos': 5, 'Callisto': 4, 'Iapetus': 2, 'Oberon': 1, 'Neso': 0}
dict_obj = {'Earth': 6, 'Mars': 5, 'Jupiter': 4, 'Saturn': 2, 'Uranus': 1, 'Neptune': 0}
dict_Y = {**dict_obj,**dict_moon}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment