fork download
  1. print('*\x01*')
  2. print(['*\x01*'])
  3.  
Success #stdin #stdout 0.1s 10088KB
stdin
Standard input is empty
stdout
**
['*\x01*']