Multiple Choice
In Python,a comma-separated sequence of data items that are enclosed in a set of brackets is called
A) sequence
B) variable
C) value
D) list
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q14: In a flowchart,both the decision structure and
Q15: In Python,the variable in the for clause
Q16: What will be displayed after the
Q17: Functions can be called from statements in
Q18: What type of loop structure repeats the
Q20: In Python,an infinite loop usually occurs when
Q21: The acronym _ refers to the fact
Q22: The while loop is known as a(n)_
Q23: A(n)_ is a special value that marks
Q24: Reducing duplication of code is one of