Create a program to calculate the points earned by a soccer team. You need to calculate the points earned by a soccer team. The | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Create a program to calculate the points earned by a soccer team. You need to calculate the points earned by a soccer team. The

I'm stuck at this question.In the beginning I was doing so well but now I'm stuck.My answer is 61 which is right and I also created a program but It doesn't work.pls tell the solution in a proper program so that I can get unstuck.

31st Jan 2022, 3:46 PM
Ashleen Kaur
7 Answers
+ 6
Ashleen Kaur , sorry to say - but it does not really help you when we give you a complete working solution. please post your code here, so that we can see where the issue is, and give you a helpful support. please give us also the name of the python tutorial and the lesson number where this exercise is given. thanks!
1st Feb 2022, 4:45 PM
Lothar
Lothar - avatar
+ 5
Ashleen Kaur , to get useful support from the community, we need to see what your issue is. can you please post your code here? thanks!
31st Jan 2022, 8:05 PM
Lothar
Lothar - avatar
+ 5
Ashleen Kaur , without having seen the code you have used, it is not possible to help you. we do not provide a ready-made codes - sorry!. so it's up to you if you can continue or not... another thing: your profile does not show that you have started to learn from a python tutorial. any idea?
2nd Feb 2022, 7:24 PM
Lothar
Lothar - avatar
+ 3
Ashleen Kaur , the logic can be build like this: 1. the team WON 18 games and is getting 3 points for each game. multiply these values 2. the team also ended 7 games as a DRAW and is getting 1 point for each game. multiply these values 3. build the total sum of the points from games won (1.) and games that ended as a draw (2.). 4. ouput the total result.
2nd Feb 2022, 4:25 PM
Lothar
Lothar - avatar
+ 2
Python 2.1 practice Just try to tell the solution as soon as possible.i'm stuck:'(
1st Feb 2022, 1:28 PM
Ashleen Kaur
+ 2
Print("........") Python for beginners Basic concepts 2.1 Lesson-simple operations I just really hope this is the right answer of ur solution.
2nd Feb 2022, 3:33 PM
Ashleen Kaur
+ 2
No it doesn't help.still it's says in results that the test case is hidden with some greyish colour I can't go on other lesson ..and idk what should I do.i tried to solve the answer like 10-15 times and I'm still stuck:'(.all I want is just a right proper solution with complete outputs.
2nd Feb 2022, 4:55 PM
Ashleen Kaur