If you benefit from web2py hope you feel encouraged to pay it forward by contributing back to society in whatever form you choose!
def simple_test(): ''' >>> simple_test() 'hello world' ''' return ('hello world')
'''
Based on http://www.web2pyslices.com/slices/take_slice/67
0
web2pyslices 13 years ago
'''