Posts by Desc133 • 1 point
1 post
-
2
votes1
answer3640
viewsQ: How to check if there is an element in a Python list?
I’m trying to do an algorithm in Python to check if there’s an element in a certain list. If yes, the program will print on the screen, if not, it will add a new element in the list. My intention is…