hpareek

Untitled

Jun 19th, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.40 KB | None | 0 0
  1.         mylist = []
  2.         number_of_buttons = 3
  3.         for n in range(number_of_buttons):
  4.             user_input_list = []
  5.             mylist.append(user_input_list)
  6.            
  7.         intersection = functools.reduce(set.intersection, (set(v) for v in mylist))
  8.         print (intersection)
  9.         self.t1.AppendText(str(elements[0][0]))
  10.         self.t1.AppendText("\n")
  11.         #self.conn.close()
Add Comment
Please, Sign In to add comment