D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
alt
/
python37
/
lib
/
python3.7
/
site-packages
/
orphanedaccountscanner
/
utils
/
Filename :
calculations.py
back
Copy
def compare(x, y): """ Compares two set list for differences between them """ return set(x) ^ set(y)