COMPUTER SCIENCE AND ENGINEERING
DATA STRUCTURES
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
How many times does this program print That’s a large class!?num ____ students = [23, 21, 33, 35, 24, 35]for num in num ____ students:if num > 23:print("That’s a large class!")
|
0
|
|
1
|
|
4
|
|
6
|
Explanation:
There is 1 question to complete.