Advertisement
Guest User

Untitled

a guest
Nov 12th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. from alert import Window2
  2.  
  3.  
  4. progi = [1,2,3,4,5,6,7,8,9,10,11,12]
  5.  
  6. def test(self):
  7. for i in range(2):
  8. for wartosc_progu in progi:
  9. if wartosc_progu > 10:
  10. w = Window2()
  11. else:
  12. w = wartosc_progu
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement