152k views
4 votes
Question 4 (Multiple Choice Worth 5 points)

(03.04 MC)
Which function will add a name to a list of baseball players in Python?

A append()
B main
C print()
D sort(

User EyecatchUp
by
4.3k points

2 Answers

4 votes

Answer:

A) The function that will add a name to a list of base ball players in python is append.

Step-by-step explanation:

User Tzury Bar Yochay
by
4.5k points
1 vote

Answer:

A. append()

Step-by-step explanation:

I don't know python fully but i do know what stuff means

Print: display text

Main: basically the roots of the entire code

Sort: it's in the freaking name

so crossing out 3 of the 4 its safe to assume its append.

User Mark Ma
by
4.5k points