`                                                  Programming Concepts:


Naming Objects(variables/identification):


Relational and Logical Operator:
A Boolean data type can be either True or False. Operators fall into two categories:

Relational Operators such as >.==,(equal) and != (not equal), and logical operators and, or, not

Augumentad Assigment Operators:





Iteration:














Selection:










Inserting a new line:




When you put \n before the text you would get a new line!!!!

Inserting a tab character:








Triple Quoted String:
when you put three speech marks you would get the result exactly the same way in which you entered it, eg address.


Input Statement:
Input tells python you want the user to input data.
Int tells python you want the input to be treated as a number.


Sub-Routine:


Print Statement:
Comma
Plus











Comments