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
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
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
An