python tkinter create_line利用tkinter繪圖
def pv(r,n,m,f):#劉任昌函數參數r,n,m,f
p = m/r*(1 - 1/(1+r)**n)+f/(1+r)**n
return p#執行函數的結果傳回去
n=float(input('期數: '))#要計算轉為實數real nubers
m=float(input('收付: '))#浮點點float
f=float(input('終值: '))
for i in range(1,10):#迴圈
r = i*0.01
x=pv(r,n,m,f)
print('利率 ', r ,'價格 ', x)
import tkinter as tk#輸入tkinter繪圖
root = tk.Tk()
root.title('劉任昌python tkinter')
root.geometry('600x300')#寬度width改成600
canvas = tk.Canvas(root, width=600, height=300) # 加入 Canvas 畫布
canvas.pack()
x, y = 0, 0
canvas.create_line(0, 200, 500, 200, width=3,fill='black')
for x in range(1, 200):
x1 = x+1
y1 = 200 - pv(x1,n,m,f)*200
canvas.create_line(x, y, x1, y1, width=5,fill='blue')
canvas.pack()
x = x1
y = y1
root.mainloop()
SPYDER執行結果
https://ypayupinan.blogspot.com/2025/06/pythonexcel-pv.html
回覆刪除https://danny0976790127.blogspot.com/2025/06/pythonexcel-pv.html
回覆刪除https://d11117315111.blogspot.com/2025/06/pythonexcel-pv.html
回覆刪除https://tzuchenchu.blogspot.com/2025/06/pythonexcel-pv.html
回覆刪除https://yangyami.blogspot.com/2025/06/def-pvrnmfrnmf-p-mr1-11rnf1rn-return-p.html
回覆刪除https://winnielee0311.blogspot.com/2025/06/pythonexcel-pv.html
回覆刪除https://huuiiiiman.blogspot.com/2025/06/javascriptpresentvaluepython.html
回覆刪除https://acdhdwstzws.blogspot.com/2025/06/def-pvrnmf-p-mr1-11rnf1rn-return-p.html#comments
回覆刪除https://zhang-1108.blogspot.com/2025/06/blog-post_09.html
回覆刪除https://yuweiiiiiiiiiiii.blogspot.com/2025/06/pythonexcel-pv.html
回覆刪除https://chuyuchi.blogspot.com/2025/06/pythonexcel-pv.html
回覆刪除跟著做,就可以產生信心與能力。
刪除https://zhuo-1005.blogspot.com/2025/06/def-pvrnmfrnmf-p-mr1-11rnf1rn-return-p.html
回覆刪除作者已經移除這則留言。
回覆刪除https://vovo8564513.blogspot.com/2025/06/pythonexcel-pv.html
回覆刪除https://ting11111.blogspot.com/2025/06/pythonexcel-pv.html
回覆刪除https://slu804387.blogspot.com/2025/06/pythonexcel-pv.html
回覆刪除https://pei940922.blogspot.com/2025/06/pythonexcel-pv-6-09-2025.html
回覆刪除https://sccabout.blogspot.com/2025/06/def-pvrnmfrnmf-p-mr1-11rnf1rn-return-p.html
回覆刪除https://ting100000.blogspot.com/2025/06/def-pvrnmfrnmf-p-mr1-11rnf1rn-return-p.html
回覆刪除https://huutingyu.blogspot.com/2025/06/pythonexcel-pv.html
回覆刪除https://mumeng-ru.blogspot.com/2025/06/pythonexcel-pv.html
回覆刪除https://pagestjing.blogspot.com/2025/06/pythonexcel-pv.html
回覆刪除https://chiuerya0515.blogspot.com/2025/06/python-tkinter-createlinetkinter.html
回覆刪除https://ktglgfk.blogspot.com/2025/06/def-pvrnmfrnmf-p-mr1-11rnf1rn-return-p.html
回覆刪除https://kiannc1201.blogspot.com/2025/06/pythonexcel-pv.html
回覆刪除https://xuan-ang.blogspot.com/2025/06/pythonexcel-pv.html
回覆刪除https://lin-yujing.blogspot.com/2025/06/pythonexcel-pv.html
回覆刪除https://yangyoyo0125.blogspot.com/2025/06/pythonexcel-pv.html
回覆刪除https://d11117242.blogspot.com/2025/06/pythonexcel-pv.html
回覆刪除