Product in Python : Multiply « Language Basics « Python






Product in Python

Product in Python

print "6 * 3 = ",
print 6 * 3


           
       

Related examples in the same category

1.Read a number and time int valueRead a number and time int value
2.Read a number and do calculationRead a number and do calculation