Write the code for printing 1 t0 10 using range code example Example: how to print numbers from 1 to 20 in python for i in range(1, 21): print(i)