Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.19 KB

costume_python_activity.md

File metadata and controls

37 lines (25 loc) · 1.19 KB

@flyoutOnly true

@hideIteration false

@explicitHints true

Choose the costumes

hoc.costume(HeadWear.Knight_Helmet, MidWear.Knight_Top, LowerWear.Knight_Legs)

Choosing the costumes

Help Designer Ning finish designing the costumes. The function ||hoc:hoc.costume()|| is used to set the ||hoc:head, body, and legs|| of the costumes. It takes three separate parameters that define the three types of costumes. Try running the following code.

hoc.costume(HeadWear.Knight_Helmet, MidWear.Knight_Top, LowerWear.Knight_Legs)

Complete the Challenge

Now that you know how to use the ||hoc:hoc.costume()|| function, help Ning finish designing the costumes so she could get you the key. See the hint for all available costumes parameters.

~ tutorialhint

hoc.costume() Available HeadWear parameters: HeadWear.Astronaut_Helmet, HeadWear.Cowboy_Hat, HeadWear.Knight_Helmet

Available MidWear parameters: HeadWear.Astronaut_Top, HeadWear.Cowboy_Shirt, HeadWear.Knight_Top

Available LowerWear parameters: HeadWear.Astronaut_Legs, HeadWear.Cowboy_Pants, HeadWear.Knight_Legs

hoc2024-ts=github:ReWrite-Media/hoc2024-ts/costume#v0.0.103