kopia lustrzana https://github.com/micropython/micropython
9 wiersze
91 B
Python
9 wiersze
91 B
Python
|
if not a:
|
||
|
f()
|
||
|
if not a and b:
|
||
|
f()
|
||
|
if not a and not b:
|
||
|
f()
|
||
|
while not a:
|
||
|
f()
|