True or false: a list is mutable and ordered(1 point)ResponsesTrueTrueFalseFalse

1 answer

True. A list in Python is mutable (meaning you can change its content) and ordered (meaning the items have a defined order).