python_type_range.py:
x
 
x = range(6)
#display x:
print(x)
#display the data type of x:
print(type(x))