mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 09:50:15 +01:00
6 lines
60 B
Python
6 lines
60 B
Python
# test str of function
|
|
|
|
def f():
|
|
pass
|
|
print(str(f)[:8])
|