Log in or register to post comments Common native data structures in Python are as follows: Dictionaries (Mutable) Lists (Mutable) Sets (Mutable) Strings (Immutable) Tuples (Immutable) Strings and tuples are immutable, as their contents can't be altered once they're created. Tags Python Data Structure Interview Questions Python Interview Questions