Posts by Bruce • 11 points
1 post
-
0
votes2
answers69
viewsQ: How to compare several different terms in a simplified way in Python?
I wanted to know how to show that several terms are different from another term, without having to keep repeating ? As in the example: if termo1 != valor_aleatorio and termo2 != valor_aleatorio and…