#Write a code to loop through a list of numbers and print it using python
numbers = [10, 20, 30, 40, 50]
for x in numbers:
print(x)

#Write a code to loop through a list of numbers and print it using python
numbers = [10, 20, 30, 40, 50]
for x in numbers:
print(x)
