fork download
  1. a ='apple btc python'
  2. b = a.split
  3. print(b)
Success #stdin #stdout 0.04s 9712KB
stdin
Standard input is empty
stdout
<built-in method split of str object at 0x15501f9d4cb0>