Files
ChocoPy/pa1-tests/core/expr_if_chained.py
2021-03-12 09:39:57 -05:00

2 lines
34 B
Python

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