Re: [Tutor] Fwd: Assistance

2011-04-24 Thread Krystal Brosz
Hi Steve, thank you so much for your prompt reply. sorry i'm sending another email as i haven't learnt how to replly to the posts properly yet. I've had a go at implementing a list, but all i get is: It looks as though it is appending all three values together rather than seperatly.. Please enter

Re: [Tutor] Fwd: Assistance

2011-04-24 Thread Steven D'Aprano
Krystal Brosz wrote: Hi there, i'm struggling with a program, i feel like i am really close to getting it but i cannot find a way to use the target variables inside of a loop: I'm trying to get the program to ask the user, how many grades are you going to enter. Then i want to work out the aver

[Tutor] Fwd: Assistance

2011-04-24 Thread Krystal Brosz
Hi there, i'm struggling with a program, i feel like i am really close to getting it but i cannot find a way to use the target variables inside of a loop: I'm trying to get the program to ask the user, how many grades are you going to enter. Then i want to work out the average which is fine. But