🔥 Burn Fat Fast. Discover How! 💪

Poll 03 What will be the output of the following program? ls | EPYTHON LAB

Poll 03

What will be the output of the following program? lst = ["epy", "thon", "lab"] for x in lst: x.upper() print(lst)
Anonymous Poll
76%
["EPY", "THON", "LAB"]
6%
[None, None, None]
18%
["epy", "thon", "lab"]