👉 Bracketed is a term used in programming languages to denote a sequence of characters that are enclosed within parentheses. It is often used as an alternative to square brackets, which can be confusing for some beginners. In Python, it's denoted by the symbol `[]`. For example, if you wanted to write something like this: ```python my_list = [1, 2, 3] ``` You could use bracketed notation to say "list comprehension" or "for loop":