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

a. add()
b. append()
c. print()
d. sort()

2 Answers

3 votes
A. Add, that should be correct!
User NotAUser
by
5.4k points
5 votes

Answer:

append()

Step-by-step explanation:

I took the test and got 100%

for some reason it aint add though.

User Hanniel
by
5.3k points