fork download
  1. # your code goes here
  2.  
  3. str = 'dodoodo dododod dodododod soososos soosososo';
  4. '''
  5. if str.length>1000:
  6. ОШИБКА
  7. '''
  8. array = str.split(' ').sort();
  9. print(array)
Success #stdin #stdout 0.02s 9116KB
stdin
Standard input is empty
stdout
None