Skip to main content

Posts

Featured

Python ( introduction )

1.  Operators are used to perform  2.  operations in Python. 3.       Operators are symbols used :   4.                  'Performing mathematical' 5.                  'Logical'  6.                  'Relational operations'  7.       For any operation("you need") 8.                    The operator and the operand  9.           E.g. = ("x + y"). 10.                = (' operands + operator') 11.    Operators assigned valuas  12.             ("x=12 ,y=13") 13.     =[12 + 13 =25]               

Latest Posts