Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2015
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.18 KB | None | 0 0
  1.  
  2.  
  3. command = input('Command').split()
  4.  
  5. if command[0] = 'sets':
  6.     tuples = []
  7.  
  8.     for index in command[1:]:
  9.         tuples.append(data_summary(data)[index])
  10.  
  11.     display_set_summaries(tuples[]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement