def say_hello(name): """ This is an online Python editor powered by ACE No backend complier integrated """ print('hello {}'.format(name)) say_hello('roycheng.cn')