From c2bc9ea26a1cd69899e0e25860d9fa0c7ebb5038 Mon Sep 17 00:00:00 2001 From: pallavi1428 <66426702+pallavi1428@users.noreply.github.com> Date: Thu, 1 Oct 2020 22:37:03 -0700 Subject: [PATCH] Update PyArray.py --- PyArray.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/PyArray.py b/PyArray.py index 51197a7..5246b3f 100644 --- a/PyArray.py +++ b/PyArray.py @@ -91,5 +91,4 @@ def __setitem__(self,indexTuple,item): print a[i] aa = myArray2D(5): aa[i,j] = i * j - print aa[i,j] - print \ No newline at end of file + print(a[i])