fork download
  1. def letshavesomefun(_, __ = type({( )})): __ = type("""
  2. .-=-. .--.
  3. __ .' '. / " )
  4. _ .' '. / .-. \ / .-'\
  5. ( \ / .-. \ / / \ \ / / ^
  6. \ `-` / \ `-' / \ `-` /
  7. jgs`-.-` '.____.' `.____.'""", (__,),
  8. {'_'
  9. :__.__dict__[
  10. filter(lambda _: '_' not in _,sorted(__
  11. .__dict__))[:
  12. :-1].pop()]})( {( )} ); return [_
  13. for _ in _ if _ not in __ and
  14. not __._(_)]
  15.  
  16. print letshavesomefun(
  17. "hello world"
  18. )
Success #stdin #stdout 0s 23296KB
stdin
Standard input is empty
stdout
['h', 'e', 'l', 'o', ' ', 'w', 'r', 'd']