if/else in a list comprehension

Опубликовано: 27 Декабрь 2024
на канале: The Python Oracle
3
0

Become part of the top 3% of the developers by applying to Toptal https://topt.al/25cXVn

--

Music by Eric Matyas
https://www.soundimage.org
Track title: Puzzle Game 5 Looping

--

Chapters
00:00 Question
00:21 Accepted answer (Score 2566)
01:34 Answer 2 (Score 85)
06:01 Answer 3 (Score 82)
07:56 Answer 4 (Score 50)
08:16 Thank you

--

Full question
https://stackoverflow.com/questions/4...

Accepted answer links:
[conditional expression]: https://docs.python.org/3/reference/e...
[comprehension syntax]: https://docs.python.org/3/reference/e...
[ternary operator ]: https://docs.python.org/3/faq/program...

Answer 2 links:
[provide]: https://docs.python.org/3/tutorial/da...
[Real Python]: https://realpython.com/python-conditi...
[Does Python have a ternary conditional operator?]: https://stackoverflow.com/questions/3...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/l...

--

Tags
#python #listcomprehension

#avk47