this is a coding test work for moloco
this file returns true/false if strings are the same when one character is removed from one of input strings
To run python file for question 1:
cd <project_folder>
python q1.pyTo run python file for question 2:
cd <project_folder>
python q2.pythis file contains two methods as follows:
(1) Based on the unique number of users who purchased each product
most_popular_product_by_unique_num_of_users()(2) Based on the total quantity of each product sold.
most_popular_product_by_total_sales_quantity()this file contains two methods as follows:
To run python file for question 2:
cd <project_folder>
python q3.py