fork download
  1. # your code goes here
  2. c=[5,10,15,20]
  3. print(c[3]+c[0]-c[1])
Success #stdin #stdout 0.13s 14016KB
stdin
Standard input is empty
stdout
15