Friday, 17 May 2013

Second Day At Python's

What was Learned Today?
  • One of the topics was Variables &Data Types. A variable is anything (word) that stores a value. Data types are the kinds of variables. There are different data types are as follows: string (word type), float, boolean( a kind of only True or False value) and integer (a whole number value). 
  • Another think learned was Whitespaces and Statements affect a program. Whitespaces are spaces that shouldn't be left in a line of code. On the other hand, statements are specific ways that a code is written in terms of structure and position. Example: name = Mulbah
  • Comments are lines of words that is only meant for the human programmer to understand. Comments either start with # or ".

The kind of programme I wrote is variable oriented.

No comments:

Post a Comment