I've been working on a program and have had to halt it due a slight problem.
Here's a basic version of the code:
a = 'filled'
b = 'filled'
c = 'empty'
d = 'empty'
e = 'filled'
f = 'empty'
g = 'filled'
testdict = {a : 'apple' , b : 'banana' , c : 'cake' , d : 'damson' , e : 'eggs'
, f : 'fish' ,
On Saturday, October 12, 2013 10:20:24 AM UTC+1, Peter Otten wrote:
> reubennott...@gmail.com wrote:
>
>
>
> > I've been working on a program and have had to halt it due a slight
>
> > problem. Here's a basic version of the code:
>
> >
>
> > a = 'filled'
>
> > b = 'filled'
>
> > c = 'empty