Tips and memo
2014年7月2日水曜日
python function
def square_cal(length,width):
return length*width
def square(length,width):
if length==width:
return square_cal(length,width)
else:
return "Not square"
0 件のコメント:
コメントを投稿
次の投稿
前の投稿
ホーム
登録:
コメントの投稿 (Atom)
0 件のコメント:
コメントを投稿