t330.trans 606 B

12345678910111213
  1. Module(body=[Assign(targets=[Name(id='x',
  2. ctx=Store())],
  3. value=Call(func=Attribute(value=Str(s='foo bar baz'),
  4. attr='split',
  5. ctx=Load()),
  6. args=[],
  7. keywords=[],
  8. starargs=None,
  9. kwargs=None)),
  10. Print(dest=None,
  11. values=[Name(id='x',
  12. ctx=Load())],
  13. nl=True)])