diff --git a/Python/02_python.py b/Python/02_python.py index 7dd79c1..ee2293d 100644 --- a/Python/02_python.py +++ b/Python/02_python.py @@ -23,4 +23,8 @@ 25 >>> bacon = 18 >>> bacon / tuna -3.6 \ No newline at end of file +3.6 +>>> 4+2 +6 +>>>6*4 +24