Skip to content

Conversation

@hm2247fg
Copy link

Updated code to reflect the following:

  1. View module returns "Hello Everyone!"
  2. Math module returns correct sum by correcting formula

def hello(request):
return HttpResponse('Go away!')
# Updated response
return HttpResponse('Hello Everyone!')
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Check the case and exact message to return

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants