circuitpython/tests/feature_check/slice.py

5 lines
68 B
Python

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