jetbrains-academy / introduction_to_python

Introduction to Python course
MIT License
42 stars 27 forks source link

the test answer is wrong Loops / List Comprehension #183

Closed edutools-service closed 1 year ago

edutools-service commented 1 year ago

the question asks to make the output the same as above list, but if make

my_efficient_list = [i + 10 for i in starting_numbers]

the output list is the same

but the program shows wrong

I think there is a bug in the test answer