

1·
1 month agoI only use nerdtree, and bind some scripts to F-keys. Haven’t updated in a couple years, just works.
I only use nerdtree, and bind some scripts to F-keys. Haven’t updated in a couple years, just works.
ed (1) is still the standard text editor.
print( ["even", "odd"][num % 2] )
If you need to avoid evaluating the wrong branch:
print( [lambda: "even", lambda: "odd"][num % 2]() )