Files
TencentOS-tiny/components/language/micropython/tests/feature_check/slice.py
2022-09-29 12:10:37 +08:00

6 lines
68 B
Python

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