github.phpd.cn/thought-machine/please@v12.2.0+incompatible/src/parse/asp/test_data/interpreter/operators.build (about) 1 def x(a, b): 2 return a + b 3 4 y = x(3, 4) 5 6 z = True if y < 10 else False