Translation error
Hello English speaking friends! I think I found a small error in translation into Russian in the assignment https://www.sololearn.com/coach/1074?ref=app. here is my code for solving this problem ... I do not quite understand the example in the task: we are given 2 numbers, between which we need to find the numbers 10 and 20. it is logical to take the in range (10, 20) method, but here we will return the numbers [10, 11 ... 18,19] 20 will not be included in this list, it is logical that we add in range (10,20 + 1) there, but then the last test is not executed. Maybe it's just not translated correctly, i need your opinion. Sorry for my English, I hope you understand me o/ https://code.sololearn.com/cWB2LfnlnsCG/?ref=app https://code.sololearn.com/cWB2LfnlnsCG/?ref=app