Pattern recognition X17811


Statement
 

pdf   zip

html
Public test cases
  • Input

    ###
    # #
    ###
    

    Output

    I see a square
    
  • Input

    *****
    *   *
    *****
    

    Output

    I see a rectangle
    
  • Input

    #
    

    Output

    I see a square
    
  • Input

    $
    $$
    $ $
    $  $
    $$$$$
    

    Output

    I see a triangle
    
  • Information
    Author
    HP Codewars BCN
    Language
    English
    Official solutions
    Python
    User solutions
    C++ Python