Jorge is using Python 3 as a calculator. Jorge wants to find the product of 321 and 408.

What should Jorge type?
(1 point
A. print 321 x 408
B. print (321 times 408)
C. print 321 (408)
D. print (321 * 408)

D. print (321 * 408)