Skip to content

Instantly share code, notes, and snippets.

@ShaiberAlon
Created September 29, 2016 20:15
Show Gist options
  • Save ShaiberAlon/e440161464080771c73a8e30e048be9c to your computer and use it in GitHub Desktop.
Save ShaiberAlon/e440161464080771c73a8e30e048be9c to your computer and use it in GitHub Desktop.
#!/usr/bin/env python
list1=open('p207_profiled_samples.txt','r')
list2=open('p214_profield_samples.txt','r')
print list(set(list1.read()) - set(list2.read()))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment