What is the value of c after the following code executes?
a = [10, 20, 30]b = [40, 50, 60]c = a + b

A. [50, 70, 90]
B. {[10, 20, 30], [40, 50, 60]}
C. [10, 20, 30, 40, 50, 60]
D. ([10, 40], [20, 50], [30, 60])


Answer: C

Computer Science & Information Technology

You might also like to view...

Which one of the following is NOT one of the three basic types of statement structures?

(A) sequence (B) loop (C) decision (D) input/output

Computer Science & Information Technology

In Windows Photo Gallery, the tags, ratings, and captions are all ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

The method attribute has a total of four possible values

Indicate whether the statement is true or false

Computer Science & Information Technology

A radial gradient is a color gradient in which the background color transitions from a starting color to an ending color along a straight line.?

Answer the following statement true (T) or false (F)

Computer Science & Information Technology