You are viewing a single comment's thread. Return to all comments →
countA=0 countO=0 for i in apples : x=i+a if x>=s and x<=t: countA+=1 for i in oranges: x=i+b if x>=s and x<=t: countO+=1 print(countA) print(countO)
Seems like cookies are disabled on this browser, please enable them to open this website
Apple and Orange
You are viewing a single comment's thread. Return to all comments →