示例#1
0
#coding: utf-8

import hello

print hello.echo_hello()
print hello.echo_len(hello.echo_hello())
示例#2
0
文件: test.py 项目: bcho/homework
#coding: utf-8

import hello


print hello.echo_hello()
print hello.echo_len(hello.echo_hello())