题目
题目

Combined CS-126 sections - (1257-4967) COMPUTER SCIENCE I (Fall 2025 M16) 002 Module 2 - Review | Quiz

简答题

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.

查看解析

查看解析

标准答案
Please login to view
思路分析
The question asks to identify the sentinel variable in the given code and to use the exact spelling with capitals and spaces where appropriate. First, note the assignment at the top: EXIT_STRATEGY = "Run!". This line defines a variable whose value is the string that will be used to signal termination of the loop. ......Login to view full explanation

登录即可查看完整答案

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

更多留学生实用工具

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