fork(1) download
  1. import random as r
  2. def x(n):
  3. w=range(-n,n+1)
  4. for i in w:
  5. o=''
  6. for j in w:
  7. c=r.randint(33,124)
  8. c+=(c>88)+(c>119)
  9. if i^j and i^-j:c=32
  10. o+=chr(c)
  11. print o
  12.  
  13. x(10)
Success #stdin #stdout 0.03s 11496KB
stdin
Standard input is empty
stdout
l                   ;
 =                 E 
  :               ^  
   .             l   
    x           %    
     u         0     
      (       t      
       `     W       
        m   d        
         ~ -         
          s          
         ' .         
        0   g        
       F     o       
      $       [      
     ^         T     
    9           ;    
   I             V   
  c               ]  
 q                 z 
B                   e