hmhummel opened this issue 7 months ago · 0 comments
Take: print("This is an" + str(example)") Make it read: print(f"This is an {str(example)}")