Speaking of formatting, please always format your code by fencing it with three backticks (grave accent mark). Use ```python as the opening line and it will make your pasted code look nice and readable, like this:
if goodManners and goodPractices then:
print("Nice Work!")
Guidance on best post formatting practices is available HERE.