Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- a = int(input())
- b = int(input())
- c = int(input())
- sm = 0
- if a > 0:
- sm = sm + a
- if b > 0:
- sm = sm + b
- if c > 0:
- sm = sm + c
- print(sm)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement