coopergaming666 coopergaming666 23-12-2020 Computers and Technology contestada PLEASE HURRYJorge is using Python 3 as a calculator. Jorge wants to find the product of 321 and 408. What should Jorge type? print 321 x 408 print (321 times 408) print 321(408) print (321 * 408)