Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Readme.md

Addition

>>> 2+1
3
>>> a=5
>>> a+a
10

Subtraction

>>> 4-1
3

Multiplication

>>> 3*3
9

Division

>>> 3/3
1.0