0
Hai, I am new user. I take "python beginers" course and my question is simple calculation how to solve?
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. https://code.sololearn.com/c0qAnXmS6K6X/?ref=app https://code.sololearn.com/c0qAnXmS6K6X/?ref=app https://code.sololearn.com/cmQhGhFAxbQs/?ref=app
2 Antworten
+ 1
SUNDHARAM S
1 wins = 3 points
1 draw = 1 points
Now calculate total points for 18 wins and 1 draw.
0
Thank You anna