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
3 Respostas
+ 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.
+ 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?
+ 1
Kindly show you attempt instead of sample code and paste it in code playground and attach it here