3 lines
55 B
Python
3 lines
55 B
Python
def hello(req):
|
|
x = "Hello, world!"
|
|
return x
|
def hello(req):
|
|
x = "Hello, world!"
|
|
return x
|