Esempio n. 1
0
#coding: utf-8

import hello

print hello.echo_hello()
print hello.echo_len(hello.echo_hello())
Esempio n. 2
0
#coding: utf-8

import hello


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