0
Just a quick fix in my basic code
Hi guys, i have this basic code to solve one of the problems in the module of python and idk why it doesnt pass all the tests.. If anyone can help me please!! https://code.sololearn.com/c316M0l7KNzi/?ref=app
3 Answers
+ 4
Just a small bug:
"Overweight" instead of "Overweigth"
[ Additional ]
Btw, there is a way to shorten else if by using elif keyword.
if condition:
# some code
elif condition:
# some code
...
+ 1
Thanks.. i feel so dumb rn
+ 1
Yeah, i remember that after writing it all xD thanks for the help and the recommendation!