def main(request): return "hello, world" def print_name(name): # Print the name print("The name is:", name)