标签: python-3.x
我是编码的新手,我很难在此设置循环。我不确定while或for构建循环是否更好。我不知道是否需要为A设置初始值,但我认为它应该是1,因为我们正在除以它。有任何想法吗?这是我到目前为止所做的。
while
for
X = int(input('Please enter an integer: ')) A = 1 (loop statement)