You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Code not optimized for python3... Example: print value should be print(value), dict.iteritems() should be replaced by dict.items(). And in the end, i got no rules with my value.csv file, and just got some index out of range error in with your default value file.