katarinalucic16

Results 1 comments of katarinalucic16

my_harrypotter_list = list () my_harrypotter_list.append("Harry") my_harrypotter_list.append("Draco") my_harrypotter_list.append("Hermione") my_harrypotter_list.append("Ron") my_harrypotter_list.append("Severus") my_harrypotter_list.sort() print(my_harrypotter_list)