-
-
Notifications
You must be signed in to change notification settings - Fork 213
Open
Labels
bugSomething isn't working as intendedSomething isn't working as intended
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't working as intendedSomething isn't working as intended