How do I make a:
if str(variable) == [contains text]:
condition?
(or something, because I am pretty sure that what I just wrote is
use "not" in if-else
x = input() if not x: print("Value is not entered") else: print("Value is entered")