subt, *tail = [10, 5]
for a in tail:
    subt -= a
print(subt)

#https://pt.stackoverflow.com/q/451521/101