diff --git a/add.py b/add.py index c2e197f..5ebd0a2 100644 --- a/add.py +++ b/add.py @@ -1,4 +1,4 @@ a = 14; b = 30; -a+b; +a+d diff --git a/test.py b/test.py index 5cbe6cb..6c36d0f 100644 --- a/test.py +++ b/test.py @@ -5,4 +5,4 @@ b= 3; -print(a+b) \ No newline at end of file +print(a+d)