12 lines
149 B
Text
12 lines
149 B
Text
|
|
def example1:
|
||
|
|
{x: "lions, tigers, and",
|
||
|
|
y: "bears, oh my",
|
||
|
|
z: "(from the \"Wizard of OZ\")"
|
||
|
|
};
|
||
|
|
|
||
|
|
def example2:
|
||
|
|
{x: 77444,
|
||
|
|
y: -12,
|
||
|
|
z: 0
|
||
|
|
};
|