Hello all, 

New to programming and I noticed the range command did not function like it 
does in the tutorial. 
For example,
I type 
>>>> range(5, 10)
And the output is 
range(5, 10)

In section 4.3
It shows it should display 
>>>> range(5, 10)
5, 6, 7, 8, 9

I'm using windows 10 
Python 3.7.3

Any suggestions is greatly appreciated.
Thank you in advance.
Derek 



Sent from my iPhone
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to