Hi, I’m trying to evaluate 66.6, but it its not evaluating when porcentage_value is between 60 and 80. Can someone help me?
1 Like
Considering using a codeblock next time, you can open and close it with ```
def hello():
return "Hello, world!"
Anyway, for your problem you should read the elif again very carefully and see if the whole thing make sense or not.
1 Like