Transcript text: You have the following code in your program.
from array import *
Which line of code would create an array?
$D=\operatorname{array}[' f ',[2.5,3,7.4]]$
$D=\operatorname{array}\left(f^{\prime},[2.5,3,7.4]\right)$
$D=\operatorname{array}\left({ }^{\prime} f\right.$ ' $\left.2.5,3,7.4\right)$
$D=\operatorname{array}([2.5,3,7.4])$