Advertisement
Guest User

Untitled

a guest
Oct 20th, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. twitter = [
  2. 87.3, 150, 0.0, 2270.0, 264.0, 565.0, 834.0, 432.0, 0.0, 478.0,
  3. 198.0, 654.0, 98.7, 445.0, 1080.0, 697.0, 227.0, 0.0, 150.0, 932.0
  4. ]
  5.  
  6. for i in range(len(twitter)):
  7. twitter[i]-=0.001
  8.  
  9. print(twitter)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement