Re: [Tutor] Problem with task, please help!

2018-10-28 Thread Alan Gauld via Tutor
On 27/10/2018 20:41, michiel nijs wrote: > I am an engineering student and we have to use Python. > We don't have lessons so we all have to learn it on our own. What, no lessons at all?! Or just no lessons on Python? Have you done any kind of programming before? > We got a task and I am stuck o

[Tutor] Problem with task, please help!

2018-10-28 Thread michiel nijs
Hello, I am an engineering student and we have to use Python. We don't have lessons so we all have to learn it on our own. We got a task and I am stuck on this: "Count the number of parcels for forrest ground and count the number of parcels for orchard ground". I think I have to use the for-loop