fork download
  1. print('PUBLIC_TEST_777')
  2. x=lambda:[i for i in range(3)]
  3. print(x())
Success #stdin #stdout 0.06s 14060KB
stdin
Standard input is empty
stdout
PUBLIC_TEST_777
[0, 1, 2]