0
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 termo3 != valor_aleatorio:
I tried a few ways, but they were wrong.
As to question you just deleted, see this helps Data Persistence.
– Augusto Vasques