blurclanesc blurclanesc 11-02-2021 Computers and Technology contestada ANSWER QUICK 50 POINTS You have the following code in your program. from array import * Which line of code would create an array? D = array([2.5, 3, 7.4]) D = array('f',[2.5, 3, 7.4]) D = array['f',[2.5, 3, 7.4]] D = array('f',2.5, 3, 7.4)