wiki.kazuma.tokyo
About
Contact ↗
CTRL K
GitHub
Twitter
On this page
for
if
Edit this page on GitHub →
Scroll to top
Pythonのワンライナー
for
if
&
gt
;&
gt
;&
gt
;
b
=
a
[
1
]
if
len
(
a
[
0
])
is
0
else
a
[
0
]
&
gt
;&
gt
;&
gt
;
print
(
b
)
500