Public paste
buggy?
By: flink | Date: Oct 1 2008 17:48 | Format: None | Expires: never | Size: 98 B | Hits: 1069

  1. >>> print dir[0]
  2. autoexec.cfg
  3. >>> if ('pk3' and 'ut' in dir[0]) is True:
  4.         print 'yes'
  5.  
  6.        
  7. yes