summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/bytearray1.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/basics/bytearray1.py')
-rw-r--r--tests/basics/bytearray1.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/basics/bytearray1.py b/tests/basics/bytearray1.py
index 3111832f6c..201b5b6590 100644
--- a/tests/basics/bytearray1.py
+++ b/tests/basics/bytearray1.py
@@ -1,3 +1,4 @@
+print(bytearray(4))
a = bytearray([1, 2, 200])
print(a[0], a[2])
print(a[-1])