Python-Eval May 12, 2022 #tech #python #til TODO title = "my Title" eval('"my" in title') >>> True print("hello, world"); print("formatting")