Skip to content

Commit

Permalink
Update costume_python_activity1.md, costume_activity1.md
Browse files Browse the repository at this point in the history
  • Loading branch information
neonerz committed Sep 30, 2024
1 parent edbfaa4 commit b4b9db5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion costume_activity1.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Look at the lock to see what numbers it's displaying and then use the closet to find which costume pieces matche that number. Once you've matched them up, use the ``||hoc:head, body, and legs||`` block to open the lock.

#### ~ tutorialhint
The lock needs the ``||agent:Knight||`` costume to open. Set the head, body and legs to use the ``||agent:Knight||`` items.
Make sure to set the numbers inside the closet to match the numbers on the lock, and then code that costume set.


```ghost
Expand Down
2 changes: 1 addition & 1 deletion costume_python_activity1.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ hoc.costume(HeadWear.Knight_Helmet, MidWear.Cowboy_Shirt, LowerWear.Ballerina_Tu
Look at the lock to see what numbers it's displaying and then use the closet to find which costume pieces matche that number. Once you've matched them up, use the ``||hoc:hoc.costume()||`` function to open the lock. Set the ``||agent:HeadWear, MidWear, and LowerWear||`` of the costumes. See the hint for all available parameters.

#### ~ tutorialhint
The lock needs the ``||agent:Knight||`` costume to open. Set the head, body and legs to use the ``||agent:Knight||`` items.
Make sure to set the numbers inside the closet to match the numbers on the lock, and then code that costume set.

**hoc.costume()**
Available HeadWear parameters:
Expand Down

0 comments on commit b4b9db5

Please sign in to comment.