Advertisement
Guest User

Untitled

a guest
Oct 17th, 2019
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. emojixpress = [2.26, 19.1, 25.6, 233.0, 15.2, 22.7, 64.6, 87.5, 6.81, 6.0]
  2.  
  3. total = emojixpress[0] + emojixpress[1] + emojixpress[2] + emojixpress[3] + emojixpress[4] + emojixpress[5] + emojixpress[6] + emojixpress[7] + emojixpress[8] + emojixpress[9]
  4.  
  5. print("{:.2f}".format(total))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement