Consider the following code: EXIT_STRATEGY = "Run!" PROMPT_TEXT = "Would you like to continue? You could run... " DANCE = 'Renegade' response = input(PROMPT_TEXT) what_i_do = DANCE while response != EXIT_STRATEGY: what_i_do += DANCE print(f'Ok... I do {what_i_do}!!!') response = input(PROMPT_TEXT) print(DANCE) What is the sentinal variable? Be sure to use include capitals and spaces where appropriate.简答题

登录即可查看完整答案

我们收录了全球超50000道真实原题与详细解析,现在登录,立即获得答案。

类似问题

更多留学生实用工具

加入我们,立即解锁 海量真题独家解析,让复习快人一步!