fork download
  1. def func2():
  2. func(2)
  3. func(3)
  4. with open('ideaslist.txt', 'a') as file:
  5. file.write('\n')
Success #stdin #stdout 0.01s 28384KB
stdin
Standard input is empty
stdout
Standard output is empty