919bc1accbce47dfbc674ae1ba5.../main.py
2025-01-15 07:00:04 +00:00

5 lines
119 B
Python

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