i can always change bwtween list if I do not have them in One array…
If I have an array having more than one list
a = [[2,3,4,],[8,14,13],[12,54,98]]
how do I replace a[2] with a[0]??
Thanks in Advance
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
For your original post:
then
awill be:Update based on comment to sdolan below:
If you want to exchange the two, you could simply do this:
giving