circuitpython/tests/feature_check/slice.py
2021-05-03 14:01:18 -07:00

6 lines
68 B
Python

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