index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/docs/library/bluetooth
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
bytecode
/
mp-tests
/
if3.py
blob: bd01514d63032fab61809a1971b65fdcc265661a (
plain
)
1
2
3
4
5
6
if a and b: f() if a or b: f() if a and (b or c): f()