• P
    added doctests for compare_string and is_for_table (#1138) · 47cb394b
    pathak-deep15 提交于
    * added doctests for compare_string and is_for_table
    
    >>>compare_string('0010','0110')
           '0_10'
    >>> is_for_table('__1','011',2)
    	True
    The above doctests were added
    
    * Update quine_mc_cluskey.py
    
    * Update quine_mc_cluskey.py
    
    * Update quine_mc_cluskey.py
    47cb394b
quine_mc_cluskey.py 3.2 KB