What is Pseudo Code ?

Pseucode is a way to express what your code should do, without using a particular language’s syntax.

In our assignment,  To the water, for instance, pictured below:

pam-to-fish-pseudo-map

We provide the students with the following Pseudocode

As you can see, there is no Python syntax included in that snippet. Instead, we are expressing what the code –that you the student–should write!

 

 

 

The key to our pseudocode above is that you don’t need to know python or even how Penjee works. You can read the pseucode and understand what it means.