You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ChocoPy/pa1-tests/core/expr_if_chained.py

2 lines
34 B

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