OverIQ.com
Run (or Hit F9)
print(45 * 3) # result is int because both operands are int print(3.4 * 5.3) # result is float because both operands are float print(88 * 4.3) # result is float because one operand is float