better buffer shortcuts
This commit is contained in:
parent
a5207c9491
commit
e0e949f2e6
9 changed files with 53 additions and 15 deletions
5
tester.py
Normal file
5
tester.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
x = [1, 2, 3]
|
||||
|
||||
for item in x:
|
||||
print(item)
|
||||
# print(type(mydict))
|
||||
Loading…
Add table
Add a link
Reference in a new issue