eb74fb308c0c457ca16dbc33b6e.../main.py
2025-01-15 07:00:16 +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)