Do we no longer use replit for running the tests? I’ve passed all but two tests on this one but the current system of running the tests on the project description page doesn’t tell me what is wrong with my output. Help would be appreciated.
Your code so far
Your browser information:
User Agent is: Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36
Challenge Information:
Scientific Computing with Python Projects - Polygon Area Calculator
get_picture: Returns a string that represents the shape using lines of “". The number of lines should be equal to the height and the number of "” in each line should be equal to the width. There should be a new line (\n) at the end of each line. If the width or height is larger than 50, this should return the string: “Too big for picture.”.