Identify the correct characteristics of Python tuples. Check all that apply.

Python tuples can be updated.

Python tuples are similar to Python lists.

Python tuples are enclosed in brackets [ ].

Python tuples are versatile.

Python tuples are read-only lists.