+ 1

please how can i solve this question

You need to calculate the points earned by a soccer team. The team won 18 games and ended 7 games as a draw. A win brings 3 points, while a draw brings 1. Create a program to calculate and output the total points earned by the team.

3rd Feb 2022, 10:36 AM
bakare habib
4 Answers
0
Your try??
3rd Feb 2022, 10:41 AM
NEZ
NEZ - avatar
0
i did it this way print (18*3) = print(54"points") print (7*1) =print (7"points") print ("total points) =(61"points") Did i make any mistake?
3rd Feb 2022, 11:07 AM
bakare habib
0
thank you
3rd Feb 2022, 11:31 AM
bakare habib