Python計算長方形面積(帶參數函數demo)

# 計算面積函數 def area(width, height): return width * height def print_welcome(name): print("Welcome", name) print_welcome("duhuifeng") w = int(input("請輸入長方形的寬:")) h = int(input("請輸入長方形的長:")) p
相關文章
相關標籤/搜索