How do I make a:
if str(variable) == [contains text]:
condition?
(or something, because I am pretty sure that what I just wrote is
if the variable contains text then:
len(variable) != 0
of it does not
len(variable) == 0