kickstart.nvim/tester.py

5 lines
63 B
Python

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