Created
November 2, 2015 21:02
-
-
Save popey456963/d0340ef1b4ddf2218b8b to your computer and use it in GitHub Desktop.
Summing Input
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
input();print(sum([int(i)**2 for i in input().split()])) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment