예제 #1
0
파일: test.py 프로젝트: szqbluesky/homework
#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())