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 without registration, duration hours minute second in high quality. This video was added by user Intuition point 11 September 2024, don't forget to share it with your friends and acquaintances, it has been viewed on our site 47 once and liked it 4 people.