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