Files
Core2forAWS-MicroPython/tests/basics/fun_str.py
T

6 lines
60 B
Python
Raw Normal View History

# test str of function
def f():
pass
print(str(f)[:8])