frozentest.py 179 B

1234567
  1. print('uPy')
  2. print('a long string that is not interned')
  3. print('a string that has unicode αβγ chars')
  4. print(b'bytes 1234\x01')
  5. print(123456789)
  6. for i in range(4):
  7. print(i)