Which of the following statements creates a tuple containing four items?

A. t = [1: 2: 3: 4]
B. t = {1, 2, 3, 4}
C. t = <1; 2; 3; 4>
D. t = (1, 2, 3, 4)

Answer: D

Computer Science & Information Technology

You might also like to view...

Using Microsoft Reports, you can print and display ____________________ reports over the Internet.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

In the TCP/IP stack, what layer is concerned with physically moving bits across the network's medium?

A. Internet B. Network C. Transport D. Application

Computer Science & Information Technology