Guest User

Untitled

a guest
Dec 16th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. sales data = [100, 150, 345, 5, 800, 655, 100, 200, 300, 400]
  2.  
  3. [100, 150, 345, 5, 800]
  4. [150, 345, 5, 800, 655]
  5. [345, 5, 800, 655, 100]
  6. [5, 800, 655, 100, 200]
  7. [800, 655, 100, 200, 300]
  8. [655, 100, 200, 300, 400]
Add Comment
Please, Sign In to add comment