4 lines
79 B
Python
4 lines
79 B
Python
def main(request):
|
|
print("hello word")
|
|
return "hello, world", "its me"
|