Which term best describes these lines?

Count = 0
Loop through list if "basketball" is found
Add one to count
Output count
A. Python 3 code
B. Selection program
C. Pseudocode
D. Sequential program

A. Python 3 code