diff --git a/sum.py b/sum.py index 3876723..bafbc16 100644 --- a/sum.py +++ b/sum.py @@ -1,3 +1,4 @@ a = 10 -b = 2 +b = 3 print(a+b) +#comment