Guest User

Untitled

a guest
Oct 17th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. liste=[]
  2. topl=0
  3.  
  4. for i in range(10):
  5. liste.append(int(input(str(i+1)+".sayiyi giriniz ")))
  6.  
  7. topl+= liste[i]*liste[i]
  8.  
  9. for j in range(10):
  10. print(liste[j]*liste[j])
  11.  
  12. print(topl)
Add Comment
Please, Sign In to add comment