You must log in or register to comment.
“.get” on a dictionary saves so much space, gonna use that all the time! Thank you!
These look handy, didn’t know about half thanks!
Omg the editor has regions??? Time to abuse this on a few files…
prints is damn useful
print(1, 2, 3) = 123
prints(1, 2, 3) = 1 2 3