diff --git a/dd.py b/dd.py index c1886b1..6afeb28 100644 --- a/dd.py +++ b/dd.py @@ -1,4 +1,4 @@ -a=100 -b=120 +a=1 +b=5000000 sum=a+b print (sum)