Saturday, April 2, 2011

this week in Computer Science

This week I worked on the boolean labs in python. The Boolean data type is used to store true or false values. This is useful for programs that need to verify a number of things before initiating an action. Pretty much every program does this, so knowing the syntax for python has been very helpful.

No comments:

Post a Comment