单项选择题

在视图文件views.py中编写代码:defindex(request):returnHttpResponse(’helloworld’)项目正常运行的情况下,浏览器运行结果是()。

A.python
B.hello world
C.HttpResponse
D.AutoField