- 1
Test Cases behaving weird
Again about the Test Cases... I solve the first one, the second one unblock, so far OK. But then I solve the second one and the first one gets blocked. Only the second one is unblocked. Then I go back to the first and the second bets blocked, I did it at least three times already - it can't be my own error.
2 Réponses
+ 1
Yes, it can be. Also, use the search function.
https://www.sololearn.com/discuss/2855433/?ref=app
https://www.sololearn.com/discuss/2700792/?ref=app
https://www.sololearn.com/discuss/2754813/?ref=app
https://www.sololearn.com/discuss/2828447/?ref=app
https://www.sololearn.com/discuss/2680559/?ref=app
https://www.sololearn.com/discuss/2890922/?ref=app
https://www.sololearn.com/discuss/2314301/?ref=app
https://www.sololearn.com/discuss/2914113/?ref=app
https://www.sololearn.com/discuss/2501617/?ref=app
https://www.sololearn.com/discuss/2712772/?ref=app
https://www.sololearn.com/discuss/2887817/?ref=app
https://www.sololearn.com/discuss/2778384/?ref=app
https://www.sololearn.com/discuss/2775496/?ref=app
0
Piotr Obminski
That's your error in code.
You have to write a generic code which can satisfy all the condition.
like for input a and b:
Test Case1:
4 + 5 = 9
Test Case2:
5 + 6 = 11
To satisfy these cases what you can do. You can simply do
print(a + b)