Python handles number differently and does not produce the error scene with other languages when multiplying int and float values. You can simply run this Python ...
print(int(5.5)) #to convert to int : output should be 5 print(float(5)) #to convert to float : output should be 5.0 ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results