Print numbers in a list

 numbers = [3, 7, 2, 8, 1]

for num in numbers:

    print(num)


Comments

Popular posts from this blog

Simple Python Program Code for Snake Game

Project 01: Python Code for Music Recommendation with Explanation

Iris Flowers Classification ML Project with Code