Cursor wrote if x: and the branch did not fire. Which value of x would skip the if block?
if x:
x
if
x = "hello"
x = [1]
x = []
x = -5