Storing names of students in a list in Python

Published: 11 September 2024
on channel: Intuition point
47
4

#data #storing #datastorage #list in #python # programming
#students #names #coding

code given below

Students = []

for i in range(10):
student = input("Name of student"+" "+str(i+1))
Students.append(student)

print(Students)


Watch video Storing names of students in a list in Python online, duration hours minute second in high quality that is uploaded to the channel Intuition point 11 September 2024. Share the link to the video on social media so that your subscribers and friends will also watch this video. This video clip has been viewed 47 times and liked it 4 visitors.