webgo/test.py

4 lines
55 B
Python
Raw Normal View History

2005-09-06 19:52:46 +02:00
def hello(req):
x = "Hello, world!"
return x