0
LMAO I think the solution to the “ET” problem in SoloLearn is bugged !!
I was just solving this code problem and, because I’m not a “PRO” member, the only way to test if you’re getting the right output is run it against the test cases, and see the output block. So I ran a code that I still don’t think is the right answer for this question, because the output clearly does not match the output description, but what the hell! Here have a look at it : https://code.sololearn.com/cG293d3z7ui2/?ref=app
3 odpowiedzi
+ 1
I think they strip newlines before checking the result.
In case you are looking for a fix, you can prevent the unwanted newlines by specifying end="".
print(x, end="")
+ 1
hmm nice will do
+ 1
Lol lmao omg xD