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])