提问人:dabbiru earning 提问时间:11/6/2023 最后编辑:Cowdabbiru earning 更新时间:11/6/2023 访问量:46
当条件从用户那里获取输入时终止于循环
Terminating from loop when the condition is taking input from the user
问:
while input("Enter your name"):
print("hai")
这将要求用户输入他的名字,并等待他输入某些内容。如果用户在 5 秒内没有给出任何名称,在这种情况下,循环应自行终止。这怎么可能?
答: 暂无答案
评论
input