93.0k views
2 votes
Which function will add a grade to a student's list of grades in Python?

add()

append()

print()

sort()

2 Answers

3 votes
Print ()
I am right:))
User Nimelrian
by
5.0k points
4 votes

Answer:

2.

Step-by-step explanation:

append() in python adds a single item to an existing list.

User Anderson Mao
by
5.1k points