PythonExtra/tests/feature_check/bytearray.py

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

6 lines
76 B
Python
Raw Normal View History

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