diff --git a/hello_app/math.py b/hello_app/math.py index 4dda51a0..ad2f19dc 100644 --- a/hello_app/math.py +++ b/hello_app/math.py @@ -1,3 +1,3 @@ def addition(number1, number2): - # there seems to be a bug in this code - return number1 + 9999999997 \ No newline at end of file + # there seems to be a bug in this codeg + return number1 + number2 \ No newline at end of file diff --git a/hello_app/views.py b/hello_app/views.py index 27c91079..ad4e1ae8 100644 --- a/hello_app/views.py +++ b/hello_app/views.py @@ -3,7 +3,7 @@ def hello(request): - return HttpResponse('Go away!') + return HttpResponse('Hello everyone!!') def two_plus_two(request):