运行python3代码 代码 运行代码 标准输入 #!/usr/bin/python3 class Test: def echo(self): return "hello python" t = Test() print(t.echo())