Terminate a Programme if a condition is evaluated in python

后端 未结 0 349
温柔的废话
温柔的废话 2020-12-02 12:13

I have written a code in python which checks for three conditions namely:

for i in range (0,10):

   if (close_price) > (exit_price):

       new_exit_pric         


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