8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6826c7 commit e9fa9bbCopy full SHA for e9fa9bb
sets/set_kucbhi_k.py
@@ -0,0 +1,3 @@
1
+lst = [25, 45, 78, 10, 32, 41, 123, 10, 142, 12, 14, 15]
2
+lst[5] = 500
3
+print(lst[5])
0 commit comments