1 2 3 4 5 6 7 8 9
# check loading constants @micropython.native def f(): return 123456789012345678901234567890 print(f())