chapter 10 week 6 quiz

chapter 10 week 6 quiz

chapter 10 week 6 quiz

Quiz

1 / 10
  1. What is the difference between a Python tuple and Python list?
    1.   Lists are mutable and tuples are not mutable
    2.   Lists are indexed by integers and tuples are indexed by strings
    3.   Lists maintain the order of the items and tuples do not maintain order
    4.   Tuples can be expanded after they are created and lists cannot

Comments

Popular posts from this blog

chapter 9 week 5 Assignment 9.4

chapter 10 week 6 Assignment 10.2