mirror of
https://github.com/micropython/micropython.git
synced 2025-09-08 10:51:10 +02:00
8 lines
109 B
Python
8 lines
109 B
Python
# check loading constants
|
|
|
|
@micropython.viper
|
|
def f():
|
|
return 123456789012345678901234567890
|
|
|
|
print(f())
|