🤖Lesson 2 : Build a character
Aim
Expressions and Speech
Challenge 1: Eyes to the skies
from mistyPy.Robot import Robot
import time
misty = Robot()
#the alpha parameter determines the opacity of the image
misty.display_image(fileName= "e_Contempt.jpg", alpha= 1)
time.sleep(1)
misty.move_head(-40, 0, 0)
misty.move_arm("both", -90)
time.sleep(2)
misty.display_image("e_Terror2.jpg")
Challenge 2: I spy with my little eye
Challenge 3: Uh oh!
Language
Challenge 4: Can you speak my language?
Chest LED
Challenge 5: Houston we have a problem
Challenge 6: E.T go home
Challenge 7: Compact your code
Up Next 👇
🧠Lesson 3: Create memoriesLast updated