Converting code from VBA to python language. Struggling to check my work

后端 未结 0 1183
野趣味
野趣味 2020-12-05 05:04

I need to convert this VBA code into python. The code in vba form is as the following:

Findit = x + y + z
If (y = x) Then
Findit = y
If (y < z) Then
Findit         


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