micropython/tests/bytecode/mp-tests/compare1.py

9 wiersze
96 B
Python

if 1 <= x <= 5:
f()
if 1 <= x <= y <= 7:
f()
if a < b > c in l != c is not d:
f()