0

I’m new someone can help me

# Convert the values into numbers wins = input() ties = input() # 1 win = 3 points # 1 tie = 1 point # Calculate the score score = # Concatenate the 2 strings to produce a message message = "Score: " str(score) # Display the message

23rd Nov 2024, 6:59 AM
Chery Roodley
3 odpowiedzi
+ 3
How do you calculate the score? 1 win gives you 3 points, so you'd need to take the wins and multiply the result by 3. Ties can be added on.
23rd Nov 2024, 12:09 PM
Ausgrindtube
Ausgrindtube - avatar
+ 2
It looks like you copy and pasted a code from somewhere. To share your code here, this might help: https://sololearn.com/compiler-playground/Wek0V1MyIR2r/?ref=app Also, can you specify your question? What's your question?
23rd Nov 2024, 12:38 PM
Shihan
Shihan - avatar
+ 1
Kindly show you attempt instead of sample code and paste it in code playground and attach it here
23rd Nov 2024, 8:57 AM
Aysha
Aysha - avatar