[go: nahoru, domu]

Skip to content

Commit

Permalink
Merge pull request #1 from gadde5300/patch-1
Browse files Browse the repository at this point in the history
Update TwoNumberSum.py
  • Loading branch information
drmacsika committed Nov 20, 2022
2 parents b238b3d + 30952d0 commit 0808517
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Easy/TwoNumberSum/TwoNumberSum.py
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@

def sortedSquaredArray(array):
# Write your code here.
return sorted([i*i for i in array])

0 comments on commit 0808517

Please sign in to comment.