micropython

tests/imported_package/module.py

671:76bdd4381b66
2013-07-04 Paul Boddie Fixed operator and built-in function invocations to use the "apply" function. Added a proper translation of print statements. syspython-as-target
     1 #!/usr/bin/env python     2      3 attribute = 456     4      5 # vim: tabstop=4 expandtab shiftwidth=4