Insert into multidimensional list?

by: EdPur78404, 8 years ago

Last edited: 8 years ago

Re Python Basics Tutorial #27 Multidimensional Lists.  How can I use the insert method on a multidimensional list?
lstX.insert([0][0][1],99)  Python 3.5.2 generates an error.  What's the proper syntax?



You must be logged in to post. Please login or register an account.



Can you copy and paste the full code here that you have?

-Harrison 8 years ago

You must be logged in to post. Please login or register an account.