Skip to content
Untitled Python workspace
Untitled Python workspace
Make a Copy
values = range(10,20) print(list(values))
# Start coding here...