IDNLearn.com is designed to help you find accurate answers with ease. Our experts provide timely, comprehensive responses to ensure you have the information you need.
This is your code.
>>> A = [21, 'dog', 'red']
>>> B = [35, 'cat', 'blue']
>>> C = [12, 'fish', 'green']
>>> e = [A,B,C]
How do you refer to 'green'?
e[2, 2]
e[2, 2]
e[2][2]
e[2][2]
e(2)(2)
e(2)(2)
e(2, 2)
e(2, 2)
Sagot :
Thank you for using this platform to share and learn. Keep asking and answering. We appreciate every contribution you make. Thank you for visiting IDNLearn.com. We’re here to provide clear and concise answers, so visit us again soon.