Untitled
unknown
python
13 days ago
225 B
3
Indexable
Never
recommendations = ProductRecommendations() recommendations.add_visit("product_1") recommendations.add_visit("product_2") recommendations.add_visit("product_1") recommendations.get_recommendation() # should return "product_1"
Leave a Comment