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 Resistor

What is chopper

Netsparker (Hacking Tool - 3)