PythonExtra/tests/feature_check/bytearray.py

6 lines
76 B
Python

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