Python Lesson 2

Screen Shot 2016-10-06 at 9.08.01 AM

 

Today in programming, I had arrived a little bit late due to a bus problem on the way to school. In class, we made two things, first, I learned what slice was, and how it works. Later on, we experimented and played with creating a guessing game. To create the code, we were taught to create a pseudo code, which means that we were essentially writing the code, but in english words, explaining what it does. We wrote down how we would make the guessing game, then wrote the code based on our steps.

To create the code, we used the ‘if’, ‘while,’ ‘print’, and our knowledge of variables.

Leave a Reply