Skip to content

Commit

Permalink
Code uploaded on Github.
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-wazoski-1991 committed Aug 22, 2024
1 parent fc87a44 commit c571575
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nested_list.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
nested_list = ["Anish","Aashu",["Roshani","Muskan","Shweta","Khushi","Suhani"],"Kunal"]

print(nested_list[2][0])

0 comments on commit c571575

Please sign in to comment.