3 Commits

Author SHA1 Message Date
Stack-of-Pancakes
fd2f8a6179 Refactor python code example
sys imported and unused.
os only used to create cwd which is implied with open
try/except block that doesn't handle anything
json loaded to create a more expensive defaultdict
dict created just for membership testing instead of set
membership test performed by fetching key value instead of using in
2018-04-29 15:33:04 -04:00
Ahmedur Rahman Shovon
1028ac5043 fixed typo english 2017-08-18 09:08:36 +06:00
Ahmedur Rahman Shovon
505daa0ed6 added json format words and Python example program 2017-08-17 22:10:09 +06:00