jimchen5209 says to YR-TG絕緣人好鄰居 Language: python3 Source: a = "test" if a == "test": print("owo") else: print("?") Result: owo