Skip to content

Instantly share code, notes, and snippets.

@Sadamingh
Created September 24, 2020 00:26
nums = ([1, 2, 3], [4, 5, 6])
nums[0][2] = 0
result = nums
print(result)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment