0

Can you help me on some math?

Write a program that will multiply the sum of 5 and 6 by 57.3 and output the result. Here is my attempt: print(30*57.3) (30*57.3)

11th Nov 2021, 8:00 AM
Shah Johan
3 ответов
+ 1
def mult(): res = (6+5)*57.3 print(res) mult()
11th Nov 2021, 8:42 AM
Jairo Soto
Jairo Soto - avatar
+ 3
sum mean + multiply means *
11th Nov 2021, 11:10 AM
Lisa
Lisa - avatar
+ 1
Try this print((5 + 6)*57.3)
12th Nov 2021, 10:37 AM
Emmanuel Pascal