blah blah blah, still doing more exercises.
i am much more cheerful about the actual work than the posting, so my posts will probably sound very gloomy
bye!!!
Wednesday, February 27, 2008
Tuesday, February 26, 2008
Teachers having computer lessons
*sigh*
Today the teachers performed a coup de tat and took over the third floor computer lab. Which means that we were stuck with the semi-cruddy computers on the fourth floor.
And all of the internet access was denied apart from a few sites. :(
Today the teachers performed a coup de tat and took over the third floor computer lab. Which means that we were stuck with the semi-cruddy computers on the fourth floor.
And all of the internet access was denied apart from a few sites. :(
Sunday, February 24, 2008
paying attention
As obivious as it sounds it is really difficult to get the stuff done when ur not paying attention to how its does.
Sunday, February 17, 2008
GAHH!!!
finally i can log onto my blog again.
today we made the functions.py file that is to hold all of our definitions in the future
today we made the functions.py file that is to hold all of our definitions in the future
Monday, February 4, 2008
FINISHED WITH GUIDO!!
I have now finished the code for the trash-picking-maze! And here it is...
define turnright:
turnleft
turnleft
turnleft
define backup:
turnleft
turnleft
move
turnleft
turnleft
define pickall:
while next_to_a_beeper:
pickbeeper
define solve:
if next_to_a_beeper:
pickall
if front_is_clear:
move
solve
backup
if left_is_clear:
turnleft
move
solve
backup
turnright
if right_is_clear:
turnright
move
solve
backup
turnleft
while front_is_clear:
move
turnleft
turnleft
solve
turnoff
Moving on
Even though several of us aren't done with Guido we are learning about Python. Understandably Python is more complicated than Guido.
Sunday, February 3, 2008
Crowd maze
I dont understand what is wrong with the code i wrote, its the same as what dwhit wrote on the board but it doesn't work!
Subscribe to:
Comments (Atom)