Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.15 KB | None | 0 0
  1. downloadlist = ["50", "80", "100"]
  2. averagedowloadcount = "+".join(downloadlist)
  3. averagedownload = round(eval(averagedowloadcount)/len(downloadlist))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement