summaryrefslogtreecommitdiffstatshomepage
path: root/tests/frozen/frozentest.py
blob: 78cdd60bf04317b9534cf52e63b4f08ba4540734 (plain) (blame)
1
2
3
4
5
6
7
print("uPy")
print("a long string that is not interned")
print("a string that has unicode αβγ chars")
print(b"bytes 1234\x01")
print(123456789)
for i in range(4):
    print(i)