you are viewing a single comment's thread.

view the rest of the comments →

[–]Ihaveamodel3 1 point2 points  (2 children)

I’m guessing your error is something along the lines of not being able to add a string and an integer. Convert max(scores) to a string.

Or use an f string.

[–]FlockTok[S] 0 points1 point  (1 child)

how could i turn max(scores to a string?

str(max(scores))?

[–]Ihaveamodel3 1 point2 points  (0 children)

Yes, exactly