On Sep 21, 1:39 pm, Mel wrote:
> Baba wrote:
> > I am working on a simple wordgame exercise: 2 players form a word by
> > alternating turns saying a letter, which is added on to the end of the
> > word fragment.
>
> > I am familiar with loops, iterations etc but i need a hint as to how
> > to appr
On Sep 21, 6:25 am, Baba wrote:
> Hi
>
> I am working on a simple wordgame exercise: 2 players form a word by
> alternating turns saying a letter, which is added on to the end of the
> word fragment.
>
> I am familiar with loops, iterations etc but i need a hint as to how
> to approach alternating
Baba wrote:
> I am working on a simple wordgame exercise: 2 players form a word by
> alternating turns saying a letter, which is added on to the end of the
> word fragment.
>
> I am familiar with loops, iterations etc but i need a hint as to how
> to approach alternating turns when writing this co
Hi
I am working on a simple wordgame exercise: 2 players form a word by
alternating turns saying a letter, which is added on to the end of the
word fragment.
I am familiar with loops, iterations etc but i need a hint as to how
to approach alternating turns when writing this code?
exercise source