Created
September 7, 2017 03:18
-
-
Save ryu1-1uyr/47abaf1c87ac6c413e9b7a148a7845ca to your computer and use it in GitHub Desktop.
rankD paiza
This file contains 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
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