Answer:
1
Step-by-step explanation:
What do you mean by a pass? A pass through each number in the list?
for x in numLst:
if x == 20:
return True
This would run through the list once, as you're just checking if each element is 20 in this loop.
2
on edge right
5.1m questions
6.7m answers