Files
ChocoPy/src/test/data/pa1/sample/expr_if_chained.py
T
2021-02-09 10:56:17 +00:00

2 lines
34 B
Python

3 if 1 > 2 else 4 if 1 < 0 else 5