Issue with rounding on python?

前端 未结 0 884
情歌与酒
情歌与酒 2021-01-25 01:30

Here is my code:

from numpy import random
p_10=1.12*10**(-7)

Rate = 0.3

Wealth = 20 * 10**6
n=0
Losses = 0
while n <10**8 and Wealth>0:
    n+=1
    a = r         


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