x = 1 > 0 # (True/False) print(x) #------------------------------------------ if (1 > 0): x = "something" # put any value print(x)