y0-causal-inference/y0

Create first Pull Request

hmhummel opened this issue · 0 comments

Take: print("This is an" + str(example)")
Make it read: print(f"This is an {str(example)}")