我有一个 excel 表,我需要从中创建一个 Python 函数,定义“Go”的百分比位于 Motion 行中。
运动行有 16 个(开始)和 4 个(停止),总共 20 个。
我想出了这个 python 代码,但它不能按需要运行
if Motion = 20:
Go = FormSet.GetFieldValue(CurrentForm, "16")
Stop = FormSet.GetFieldValue(CurrentForm, "4")
delta = float(20 - 16) / 100
print( '( (go) are what percentage of the field [motion]: ', acount)))
我真的很挣扎。如果有人可以帮助我,那就太好了。