circuitpython/tests/feature_check/slice.py
2021-04-28 12:33:39 -07:00

5 lines
68 B
Python

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