3 Answers
+ 4
Please save your code on the problem as a code bit, make it public, and share a link here.
+ 3
To be able to help you, we need to see the task and your code as an answer.
Please read the following and update your post:
https://code.sololearn.com/Wek0V1MyIR2r/?ref=app
https://code.sololearn.com/WZ8lkR6gTex6/?ref=app
0
# The program takes the score as an input
score = int(input())
# Add the comparison operation inside the parentheses
print(score>100)