What will the output of the following line of code be: print(list(range(10, 1)))

Code

print(list(range(10, 1)))

Comments