nvim-config/tester.py
2025-05-18 11:39:24 -05:00

4 lines
63 B
Python

items = [1, 2, 3]
print([x**2 for x in items])
print(items*2)