PythonExtra/tests/feature_check/slice.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
68 B
Python
Raw Normal View History

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