Contact: aviboots(AT)netvision.net.il
41,502 questions
54,086 answers
573 users
tpl = tuple((0,1) for _ in range(5)) print(tpl) ''' run: ((0, 1), (0, 1), (0, 1), (0, 1), (0, 1)) '''