Source Code:
(back to article)
if 3 in my_list: my_list.remove(3)
Result:
Report an issue