We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d8a932 commit 3ae61e5Copy full SHA for 3ae61e5
python基础/list_tuple.py
@@ -65,5 +65,5 @@
65
66
t = ('a', 'b', ['A', 'B'])
67
t[2][0] = 'M'
68
-t[2][2] = 'N'
+t[2][1] = 'N'
69
t # ('a', 'b', ['M', 'B'])
0 commit comments