Advertisement
stsharin

Untitled

Mar 23rd, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. li =[951, 402, 984, 651, 360, 69, 408, 319, 601, 485, 980, 507, 725,
  2. 547, 544, 615, 83, 165, 141, 501, 263, 617, 865, 575, 219, 390,
  3. 984, 592, 236, 105, 942, 941, 386, 462, 47, 418, 907, 344, 236,
  4. 375, 823, 566, 597, 978, 328, 615, 953, 345, 399, 162, 758, 219,
  5. 918, 237, 412, 566, 826, 248, 866, 950, 626, 949, 687, 217, 815,
  6. 67, 104, 58, 512, 24, 892, 894, 767, 553, 81, 379, 843, 831, 445,
  7. 742, 717, 958, 609, 842, 451, 688, 753, 854, 685, 93, 857, 440,
  8. 380, 126, 721, 328, 753, 470, 743, 527]
  9.  
  10.  
  11. for i in range(len(li)):
  12. if(li[i]%2==0):
  13. if(li[i]==237):
  14. print(i)
  15. break
  16. else:
  17. print(li[i])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement