Apr 13, 2025
if name == "Ben" or name == "Patricia":if name == "Ben" or name == "Patricia" or name == "Lokey":
if evil_status == "yes" and good_deeds < 4:
print("Get out!")
else:
print("Come on in!")
== for equality check, != (or not) for inequality.