Venkateshwarlu.webs.com

import array. when we import the array module, we are able to get the “array” class of that module that helps us to create an array. a = array.array(‘i’, [4,8,-7,1,2,5,9] ) Here the first “array‟ represents the module name and the next “array‟ represents … ................
................