fork download
  1. a=1
  2. a=[a,'b','c','d']
  3. print(a[0])
Success #stdin #stdout 0.07s 14172KB
stdin
Standard input is empty
stdout
1