Can anybody help me please? (Only python)

I can’t uderstand how solve this https://replit.com/@Aleksandrl1kree/day-13100-days.
Thanks for advance

1 Like

could you explain what you don’t understsand

2 Likes

I think my main problem is that i can’t calculate the percentage)

2 Likes

wouldn’t that be:

round((userScore/max) * 100, 2)
1 Like

I think I have the same but I didn’t
multiplie

1 Like

You see what I type?

1 Like

Could you please try to make more comprehensive sentences? I’m struggling to understand what you mean.

1 Like

I’m sorry, I’m just not good at my English

1 Like

ye but what’s wrong, that should work then??

You need to display the result.

Since this is 100 Days of Code only click this for my answer
print(f"Your score is {final_number_score}%")
2 Likes

oh… didn’t realize it was that ;-;

1 Like

You helped me a lot with my problem thank you very much

2 Likes

YES!!!
I UNDERSTOD it

1 Like

I hate python already but I’ll not give up

1 Like

ok but that is not the solution, please mark mine or coderelijah’s as solved

2 Likes

funny marking as solution hating python :slight_smile:

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.