python函數def示例(計算梯形面積)

python函數def示例(計算梯形面積):python

vi aa.py

#!/usr/bin/pythonide

def fun(a,b,h):
s = (a+b)*h/2
print s函數

fun(3,4,5)
:wqit

python aa.py

相關文章
相關標籤/搜索