We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
Here is my Python solution! Each day, the amount of likes increases by triple the previous day divided by 2. At the end, we just add all of the likes to get the total amount.
Viral Advertising
You are viewing a single comment's thread. Return to all comments →
Here is my Python solution! Each day, the amount of likes increases by triple the previous day divided by 2. At the end, we just add all of the likes to get the total amount.