0

Code for level up practice introduction to python

so i was just learning hen the next was practice but when i wrote the code i can only comeplete the test case 1 and 3 but not 2 its is in the introduction to python please help me Thank You!

8th Jun 2023, 4:53 AM
joel Joshua
joel Joshua - avatar
3 Answers
+ 4
Please save your code on the problem as a code bit, make it public, and share a link here.
8th Jun 2023, 5:00 AM
Orin Cook
Orin Cook - avatar
+ 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
8th Jun 2023, 5:01 AM
Ausgrindtube
Ausgrindtube - avatar
0
# The program takes the score as an input score = int(input()) # Add the comparison operation inside the parentheses print(score>100)
5th Sep 2024, 7:25 AM
Venkat Lakshmi
Venkat Lakshmi - avatar