id = "admin"
pw = "1111"
answer = True
add_id = "admin"
add_pw = "p123"

if id == add_id and pw == add_pw:
    answer = True
else:
    answer = False

print(answer)

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: