GCP - Cloud Functions
Given this Python HTTP function code snippet, what will be the HTTP status code returned when a request is made?
def hello_world(request):
return ('Hello, World!', 200)