10
QuizMultiple Choice

Resources for Programmers — Unit test

Question 10 of 25 • Introduction to Information Technology - EL3701

Use the line of code below to choose the correct answer.while (count < 7): print ‘Great!’This code is an example of a(n)

Answer
A
infinite loop.
B
pass statement.
C
for loop.
D
single statement suite.
Previous
Next