1 2 3 4 5 6 7 8 9 10
id: use-walrus-operator valid: - | if x > 0: print(x) invalid: - | x = get_value() if x: use(x)