The correct answer is:
D. they can be indexed and sliced like lists
Tuples are immutable sequence types in Python, meaning they cannot be modified (no item assignment or deletion) and do not have methods like .append() for extension. However, like other sequence types such as strings and lists, tuples support indexing and slicing to access their elements.
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
jobseeker
2 weeks, 5 days agohovnival
3 months, 4 weeks agoSam_sgv
4 months, 1 week agoNfyughguygjhg
4 months, 2 weeks agochristostz03
8 months ago