Computer Science, asked by aaradhyamehta4221, 3 months ago

write a python statement to create a list with name of students of your class

Answers

Answered by atrs7391
3

students = ["Student 1", "Student 2", "Student 3"]

Hey replace student 1, 2 and 3 with your desired names.

Similar questions