micropython/tests/feature_check/slice.py

6 wiersze
68 B
Python

try:
slice
print("slice")
except NameError:
print("no")