Skip to content

Instantly share code, notes, and snippets.

@popey456963
Created November 2, 2015 21:02
Show Gist options
  • Save popey456963/d0340ef1b4ddf2218b8b to your computer and use it in GitHub Desktop.
Save popey456963/d0340ef1b4ddf2218b8b to your computer and use it in GitHub Desktop.
Summing Input
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