Re: [Tutor] Range command

2019-06-26 Thread Alan Gauld via Tutor
On 27/06/2019 00:07, Brick Howse via Tutor wrote: > 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) You have a Python 2 tutorial but are using Pyth

Re: [Tutor] Range command

2019-06-26 Thread Mats Wichmann
On 6/26/19 5:07 PM, Brick Howse via Tutor wrote: > 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