webgo/test.py
2005-09-06 17:52:46 +00:00

4 lines
55 B
Python

def hello(req):
x = "Hello, world!"
return x