this is a coding test work for moloco
q1.py
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.py
q2.py
To run python file for question 2:
cd <project_folder> python q2.py
this 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()q3.py
this file contains two methods as follows:
To run python file for question 2:
cd <project_folder> python q3.py