Exemple #1
0
#coding: utf-8

import hello

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

import hello


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