Math in python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Math in python

Python for beginners Im new and the question goes write a program that will multiply the sum of 5 and 6 by 57.3 and output the result.

15th Jan 2022, 7:58 AM
Pietro Miccoli
4 Answers
+ 3
Sum of two integers: a + b Multiply it by c: (a +b)*c use print() statement to get the result.
15th Jan 2022, 8:30 AM
Simba
Simba - avatar
+ 2
Thank you Simba :)
15th Jan 2022, 8:35 AM
Pietro Miccoli
0
Ok I will I will try this
15th Jan 2022, 8:35 AM
Pietro Miccoli
0
Code: print((5+6)*57.3)
15th Jan 2022, 7:18 PM
LeChuck_42
LeChuck_42 - avatar