diff --git a/add.py b/add.py index 79aff70..2ad34c6 100644 --- a/add.py +++ b/add.py @@ -1,5 +1,5 @@ a=8 b=4 -d=7 +d=9 c=a+b=d print c