You are viewing a single comment's thread. Return to all comments →
w.sort() minimum=w[0] count=1 for i in w: if i-minimum>4: count+=1 minimum=i
Seems like cookies are disabled on this browser, please enable them to open this website
Priyanka and Toys
You are viewing a single comment's thread. Return to all comments →
w.sort() minimum=w[0] count=1 for i in w: if i-minimum>4: count+=1 minimum=i