Performing Calculation in django

前端 未结 0 1108
梦如初夏
梦如初夏 2020-12-16 03:20

I created some Python code for some calculation, however I would like to have it on my site.

if pay < 235000:
      nssf = (pay * 0.05)
      E_Cont = (pay         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题