Syntax: Arrays / Lists in Python. • ID: #46 Code items = [21, 22, 23] print([x*2 for x in items]) Notes You can copy this snippet and adapt it. For advanced, add real-world inputs, edge cases, and tests. ← Prev Next →