我应该使用哪个功能/代码? 我不知道在网上搜索什么。 我过去常常手动创建很多变量,但我希望能够当场使它们成为可能。
x=0
while(true):
x=x+1
create variable varx
code...
ask a question
if awnser == yes:
continue
if awnser == no:
break
循环应使x个变量为var1,var2,var3,... varx。 通过提出问题“继续还是停止?”如前所述,创建另一个变量或中断循环。