+ 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.
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!
+ 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!
+ 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?
+ 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.
+ 2
Python
2.1 practice
Just try to tell the solution as soon as possible.i'm stuck:'(
+ 2
Print("........")
Python for beginners
Basic concepts
2.1 Lesson-simple operations
I just really hope this is the right answer of ur solution.
+ 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.