Skip to content
values = range(10,20)
print(list(values))
# Start coding here...