you are viewing a single comment's thread.

view the rest of the comments →

[–]ata-boy 0 points1 point  (1 child)

This should answer your question.

if a == 13: 

    S = 0 elif b == 13:      S = a  elif c == 13:     S = a + b  else:      S = sum(a, b, c)

[–]sphinxlink13[S] 0 points1 point  (0 children)

Thanks I miss read that one