题目内容

给出如下代码:import randomnum = random.randint(1,10)while True: guess = input()i = int(guess) if i == num: print(“你猜对了”) break elif i < num: print(“小了”) elif i > num: print(“大了”)以下选项中描述错误的是()

A. random.randint(1,10)生成[1,10]之间的整数
B. “import random”这行代码是可以省略的
C. 这段代码实现了简单的猜数字游戏
D. “while True:”创建了一个永远执行的While循环

查看答案
更多问题

What should be involved in the introductory part of a comparison essay()

A. The frame of reference
B. The grounds for comparison
C. The thesis
D. All above

Read the following noun phrase: blended learning environments in which students become active and interactive learners. In this noun phrase, the italicized part is______()

A. pre-modifier
B. post-modifier
C. prepositional phrase
D. determiner

The author argues that a teacher’s chief concern should be the development of the student’s___()

A. learning ability and communicative skill
B. total personality
C. personal qualities and social skills
D. intellectual ability

An election is a formal group decision-making process by which a population chooses an individual to hold public office. Elections are scheduled on a regular cycle and usually involve both major and m

A. narrative material
B. potential target audience
C. resolution to a problem
D. prior knowledge of audience

答案查题题库