[Tutor] Range command

Brick Howse brick.howse at yahoo.com
Wed Jun 26 19:07:01 EDT 2019


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


More information about the Tutor mailing list