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 fb9e588 commit ce39009Copy full SHA for ce39009
index_error_demo.py
@@ -0,0 +1,5 @@
1
+names=["Payal","Jenny","Megha"]
2
+print(names[0])
3
+print(names[len(names)-2])
4
+a=names[-1]
5
+print(f"Hi,{a}")
0 commit comments