Master Computers and Technology with Fun Quizzes & Brain Teasers!
The type code for an int array is 'b'. What line of code creates an array of int data values?intArray = array('b',[2, 5, 10])intArray.array('b',[2, 5, 10])intArray = array('b',2, 5, 10)intArray.array('b',2, 5, 10)