all = ["민지", "철수", "현아"]
get = ["현아", "민지"]

for i in range(len(all)):
    if all[i] not in get:
        print(all[i])

Embed on website

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