コード例 #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())