Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
changed
  • Loading branch information
rutvijraut authored Oct 10, 2018
commit 5075eebcf5e7f2f423d8ac0ee45739766f5143b2
2 changes: 2 additions & 0 deletions data_structures/Arrays.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
arr = [10, 20, 30, 40]
arr[1] = 30
print(arr)
arr[6]=[10,20,30,40,50,60]
while int n!=0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Traceback (most recent call last): File "python", line 5 while int n!=0 ^ SyntaxError: invalid syntax