5 lines
71 B
Python
5 lines
71 B
Python
def main(request):
|
|
print(3)
|
|
print(7)
|
|
return "hello, world"
|