micropython/tests/feature_check/slice.py

6 wiersze
68 B
Python
Czysty Zwykły widok Historia

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