Guest User

Untitled

a guest
Jun 24th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. def function(a,b,c):
  2. Vol = [100]
  3. b = Vol[0]
  4. for i in range(10000):
  5. b +=i
  6. Vol.append(b)
  7. return Vol[-1]
Add Comment
Please, Sign In to add comment