nvim-config/tester.py
2025-05-14 09:52:13 -05:00

5 lines
68 B
Python

x = [1, 2, 3]
for item in x:
print(item)
# print(type(mydict))