πTechnical term (Retrieve)
Intro
How it work ?
``` python
def calculate_square_area (x, y) :
return x * y
```
Write unit test.
Return only code.
---------------------------------------------------------
``` python
def calculate_square_area (x, y) :
return x * y
```
Write boundary test.
Return only code.Prompt example
Last updated