现在我的程序说: unindent does not match any other indentation level
。该部分如下所示:
if wait2 == "Four":
print("You Have Waited For Four Months")
money += (population * 6)
time.sleep(1.5)
print("From The Rent You Now Have $" + str(money) + " In Total")