Re: [Tutor] basic problem

2011-10-06 Thread Alan Gauld
On 06/10/11 23:11, ADRIAN KELLY wrote: can someone spell out to me in (simply if possible) what this programme is doing. Mac has done that pretty well. However, let me add a couple of comments: # this programme will adding something to everything the user #types by using a for loop This c

Re: [Tutor] basic problem

2011-10-06 Thread Mac Ryan
On Thu, 6 Oct 2011 22:11:37 + ADRIAN KELLY wrote: > can someone spell out to me in (simply if possible) what this > programme is doing. i understand the concept of the "for" loop and > what its doing with the message the user enters. i just cant > understand the VOWELS and how it keeps add

[Tutor] basic problem

2011-10-06 Thread ADRIAN KELLY
Hi all, can someone spell out to me in (simply if possible) what this programme is doing. i understand the concept of the "for" loop and what its doing with the message the user enters. i just cant understand the VOWELS and how it keeps adding 1 letter to the message. thanks for looking