Contact: aviboots(AT)netvision.net.il
40,891 questions
53,304 answers
573 users
tpl = tuple((0,1) for _ in range(5)) print(tpl) ''' run: ((0, 1), (0, 1), (0, 1), (0, 1), (0, 1)) '''