Skip to content

Instantly share code, notes, and snippets.

@ryu1-1uyr
Created September 7, 2017 03:18
Show Gist options
  • Save ryu1-1uyr/47abaf1c87ac6c413e9b7a148a7845ca to your computer and use it in GitHub Desktop.
Save ryu1-1uyr/47abaf1c87ac6c413e9b7a148a7845ca to your computer and use it in GitHub Desktop.
rankD paiza
nums = 0
ans = 0
for i in range (4):
nums += int(input())
ans = 15 - nums
print(ans)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment