Describe the bug
I ran the code and was told the practice was completed successfully even though my code looks like this:
func draw_rectangle(length):
move_forward(length)
turn_right(90)
move_forward(length)
turn_right(90)
move_forward(length)
turn_right(90)
move_forward(length)
turn_right(90)
the important part is that I'm missing the height argument for the function.
To Reproduce
- go to lesson 6, practice part 4 and paste the code as above.
- run the code
- the lesson should now be marked as completed even though the code is wrong.
Expected behavior
an error when the code is ran because there is not two arguments for the defined function.
Information about your device (please complete the following information):
- Operating System: linux
- Browser: firefox
gdquest-1769683256352.log
Describe the bug
I ran the code and was told the practice was completed successfully even though my code looks like this:
the important part is that I'm missing the height argument for the function.
To Reproduce
Expected behavior
an error when the code is ran because there is not two arguments for the defined function.
Information about your device (please complete the following information):
gdquest-1769683256352.log