Hello,
i cant quite figure why this code doesnt work
i cant quite figure why this code doesnt work

friends = ["Kevin", "Karen", "jim", "Oscar", "Toby"] variable = input("Delete Kevin? ") if variable = yes: friends.remove("Kevin") print(friends)