Saved Bookmarks
| 1. |
7.Choose the correct option with respect to Python(1 Point)A. Both tuples and lists are immutable.B. Tuples are immutable while lists are mutable.C. Both tuples and lists are mutable.D. Tuples are mutable while lists are immutable. |
|
Answer» B Explanation: |
|