
2 Nov
2021
2 Nov
'21
3:30 a.m.
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.