HomeReview of Python Basics How are tuples different from lists when both are sequences? 0 Comments Facebook Twitter Q. How are tuples different from lists when both are sequences?Answer =The tuples and lists are different in following ways:• The tuples are immutable sequences while lists are mutable.• Lists can grow or shrink while tuples cannot.
Post a Comment
You can help us by Clicking on ads. ^_^
Please do not send spam comment : )