fork download
  1. subt, *tail = [10, 5]
  2. for a in tail:
  3. subt -= a
  4. print(subt)
  5.  
  6. #https://pt.stackoverflow.com/q/451521/101
Success #stdin #stdout 0.02s 9292KB
stdin
Standard input is empty
stdout
5