DEV Community

Cover image for Day 11 of Dicumenting my learning journey
James Kabuga
James Kabuga

Posted on

Day 11 of Dicumenting my learning journey

What I learnt today
1.What are expressions
2.Different types of operators we have.

On what I learnt today

Expressions
Is any piece of code that returns a value.

Opearators
The different types of operators we have include:
a) Comparison operators
b) Logical operators
c) Assignment operators

Then i had to impliment the operators by creating a python script.

Also learnt about modulus,flow-division,power.

Resources I used

1.Refresher python series by Bonaventure Ogeto

What's Next
Tomorrow I'll learn Decision making using If-else statement.

Top comments (0)