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

7 wiersze
66 B
Python
Czysty Zwykły widok Historia

if a and b:
f()
if a or b:
f()
if a and (b or c):
f()