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.
What is true about tuples? (Select two answers.) a. A tuple can be expanded using the .append() method. b. Tuples can be
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am