Advertisement
Guest User

Untitled

a guest
Feb 25th, 2020
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. anotherVariable = int()
  2.  
  3. for d in range(0,10):
  4. temp = int(input("give me a number bch"))
  5. anotherVariable = anotherVariable + temp
  6.  
  7. print(anotherVariable/ 10)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement