Water is bad [A Penjee Challenge]

We are working hard on creating our first set of Penjee challenges. We break our challenges up into units. In the first unit, the goal is to master some basic Penjee syntax . Things like how to make a penguin: pam = Penguin(0,0, east, 0) , how to waddle()  pam.waddle(1) and how to grab() a fish  pam.grab()

In this assignment, the student is asked to start in the top left (0,0) , to waddle() 4 times to get to the fish and then to grab()  it.
Penjee Map , water is bad