More on Python - Mind Map

More on Python

Definition of
1. Operators
2.Expressions

Types of Operators

Arithmetic Operators

Unary

Binary

Addition

Subtraction

Multiplication

Division

Floor Division

Remainder

Exponential

String Operator

'+' Concatenation Operator

'*' Replication Operator

Assignment Operator

Relational Operator

'<' Less than

'<=' Less Than or Equal to

'= =' Equal to

'>' Greater Than

'>=' Greater than or equal to

'!=' Not Equal to

Logic / Boolean Operators

And

not

or

Operator Precedence

Definition of

1. Precedence

2. Associativity

Parenthesis '()'

Exponentiation '**'

+ Unary

- Unary

* Multiplication

/ Division

// Floor Division

% Remainder

+ Binary Addition

- Binary Subtraction

Relational Operators

<

<=

>

>=

= =

!=

Logical/Boolean Operators

And

Not

Or

Algorithm

Flow Chart

Conditional Statements

If Statement

If....Else Statement

s

Types of Control Statements

Sequential Statement

Conditional Statements

Iterative Statements

Klikkaa tästä keskittääksesi karttasi.
Klikkaa tästä keskittääksesi karttasi.