fork download
  1. asdfgh=['as','df','xc']
  2. s=asdfgh.pop(0)
  3. print(asdfgh)
Success #stdin #stdout 0.13s 14092KB
stdin
Standard input is empty
stdout
['df', 'xc']