This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
micropython
mirror of
https://github.com/micropython/micropython.git
Watch
1
Star
0
Fork
You've already forked micropython
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
59d14914cd
micropython
/
tests
/
bytecode
/
mp-tests
/
if1.py
25 lines
179 B
Python
Raw
Blame
History
if
x
:
x
(
)
if
x
:
x
(
)
elif
y
:
y
(
)
if
x
:
x
(
)
else
:
zz
(
)
if
x
:
x
(
)
elif
y
:
y
(
)
else
:
zz
(
)
if
x
:
x
(
)
elif
y
:
y
(
)
elif
z
:
z
(
)
else
:
zz
(
)
Reference in New Issue
View Git Blame
Copy Permalink