12 Python Tutorial Nested lists and IF ELSE Add to favorites Topics covered: Creating and accessing nested lists and basic IF-ELSE conditions. source By K Pehmoeller|2021-01-24T12:03:07+00:00January 24th, 2021|Python Video Tutorials|3 Comments Share This Story, Choose Your Platform! FacebookTwitterLinkedInRedditGoogle+TumblrPinterestVkEmail Related Posts 3 Comments Vandana Ludhani January 24, 2021 at 12:03 pm - Reply Sir, i hve a problm in evaluating expressions of list in python. Can yu plz resolve this?L = ["These", "are", "a", ["few" "words"], "that", "we", "will", "use"]1. L [3:4]2. L[3:4] [0]3. L[3:4] [0] [1][ 2]Please solve this one with explanation. R. C. January 24, 2021 at 12:03 pm - Reply Very straight forward and simple explanation of nested list. Thank you. Brian Haugen January 24, 2021 at 12:03 pm - Reply The syntax for this is poorly explained on the python website, thank you for putting it into easier to understand terms Leave A Comment Cancel replyComment Save my name, email, and website in this browser for the next time I comment. CAPTCHA Code*
Sir, i hve a problm in evaluating expressions of list in python.
Can yu plz resolve this?
L = ["These", "are", "a", ["few" "words"], "that", "we", "will", "use"]
1. L [3:4]
2. L[3:4] [0]
3. L[3:4] [0] [1][ 2]
Please solve this one with explanation.
Very straight forward and simple explanation of nested list. Thank you.
The syntax for this is poorly explained on the python website, thank you for putting it into easier to understand terms