j
k
j a
j l
It would be nice to add the following syntax sugar in Python "Print and Eval"
like `ptev a == b` It is same as `statement = "a == b"; print(f"{statement} ? {eval(statement)}")`.
It would super nice for debugging and other research project.
Back to the thread
Back to the list