better buffer shortcuts

This commit is contained in:
Daniel B Sherry 2025-05-14 09:52:13 -05:00
parent a5207c9491
commit e0e949f2e6
9 changed files with 53 additions and 15 deletions

5
tester.py Normal file
View file

@ -0,0 +1,5 @@
x = [1, 2, 3]
for item in x:
print(item)
# print(type(mydict))