Answers for "list single line python add if only"

4

if statement in one-line for loop python

>>> [(i) for i in my_list if i=="two"]
['two']
Posted by: Guest on March-31-2020

Python Answers by Framework

Browse Popular Code Answers by Language