Exemplo n.º 1
0
#coding: utf-8

import hello

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

import hello


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