0
Can help??
Program list to store student identity (number, name, date of birth, gender, study program)
2 ответов
+ 7
Agni Ilmi ,
if you are ging to handle more than 1 student, we need to use a list of lists.
[
[123, 'tom turner', ...]
[349, .... ]
]
0
Create an empty list, then get input for each property, then append the property to the list.