The globals section is also entirely optional. Any "key: expr"
pair will be stored in a dictionary, h, as h[key]=eval(expr). In other words,
the expression is evaluated first, and the result is stored in the dictionary
using the given key. This dictionary is accessible as: