MCQOPTIONS
Saved Bookmarks
| 1. |
a=1 and b=2 |
| A. | Yes, this is an example of tuple unpacking. a=(1,2) and b=3 |
| B. | No, too many values to unpack |
| C. | Yes, this is an example of tuple unpacking. a=1 and b=(2,3) |
| Answer» B. No, too many values to unpack | |