t261.trans 1.4 KB

1234567891011121314151617181920212223242526272829
  1. Module(body=[Print(dest=None,
  2. values=[Call(func=Attribute(value=Name(id='str',
  3. ctx=Load()),
  4. attr='lower',
  5. ctx=Load()),
  6. args=[Str(s='Hello')],
  7. keywords=[],
  8. starargs=None,
  9. kwargs=None)],
  10. nl=True),
  11. Assign(targets=[Name(id='x',
  12. ctx=Store())],
  13. value=List(elts=[Num(n=4),
  14. Num(n=5),
  15. Num(n=0)],
  16. ctx=Load())),
  17. Expr(value=Call(func=Attribute(value=Name(id='list',
  18. ctx=Load()),
  19. attr='sort',
  20. ctx=Load()),
  21. args=[Name(id='x',
  22. ctx=Load())],
  23. keywords=[],
  24. starargs=None,
  25. kwargs=None)),
  26. Print(dest=None,
  27. values=[Name(id='x',
  28. ctx=Load())],
  29. nl=True)])