Lab2

In this lab I worked with integers and i also worked with addition, subtraction, division, multifunction and quotient means the reminder.

>>> first = 21
>>> second = 5
>>> 20 + 5
25
>>> first = 21
>>> second = 5
>>> 21 + 5
26
>>> 21 – 5
16
>>> 21 % 5
1
>>> 21 / 5
4.2
>>> ================================ RESTART ================================
>>>
>>> ================================ RESTART ================================
>>>
>>> ================================ RESTART ================================
>>>
>>> ================================ RESTART ================================
>>>
>>> ================================ RESTART ================================
>>>
>>>