Skip to content

Instantly share code, notes, and snippets.

@AlanHohn
Created February 28, 2026 16:32
Show Gist options
  • Select an option

  • Save AlanHohn/ec0b66ca95956a3e54301d290f9d89f5 to your computer and use it in GitHub Desktop.

Select an option

Save AlanHohn/ec0b66ca95956a3e54301d290f9d89f5 to your computer and use it in GitHub Desktop.
mpg = {
'4': {
'C': 28,
'H': 35,
'O': 20
},
'6': {
'C': 22,
'H': 28,
'O': 15
},
'8': {
'C': 18,
'H': 22,
'O': 12
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment