Posts by Andre Ferrer • 7 points
1 post
-
-3
votes2
answers127
viewsQ: How to write the condition "if not A" more explicitly?
How can I represent the notation if not A as a if A != B OR if A == B? In the case in point, I was working with string And I ran some tests with no effect. I tested if A == None and if A == "" , but…