For Loop in Python

For Loop in Python

 l1 = [1,'a',2,'b']

for i in l1: print(i)

OUT PUT

1 a 2 b



Comments

Popular posts from this blog

What is chopper

What is Resistor

Top 5 best Ethical hacking book for beginners