python loop numbers code example
Example 1: pytho loops
for x in loop:
print(x)
Example 2: python for loop
for item in ['mosh','john','sarah']:
print(item)
for x in loop:
print(x)
for item in ['mosh','john','sarah']:
print(item)