Page 1 of 1

What is true about tuples? (Select two answers.) a. A tuple can be expanded using the .append() method. b. Tuples can be

Posted: Sun Jul 10, 2022 11:27 am
by answerhappygod
What is true about tuples? (Select two answers.)
a. A tuple can be expanded using the .append()method.
b. Tuples can be subtracted using the -operator
c. A one-element tuple can be coded as (1, ) or1,
d. The for loop can be used to iterate througha tuple.