0
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
3 Respuestas
+ 4
Don Kalu ,
ok - you are trying to solve an exercise from the "python for beginners" tutorial. to get useful help from the community, we need to see your attempt first. without having seen your code, it is difficult to find out where the issue is.
=> please put your code in playground and link it here
thanks!
0
Print(18*3-1*7)
0
try
print(18*3+7*1)