Looks is one of the ten categories of default Scratch blocks. They are color-coded purple and are used to control a Sprite’s appearance.
Using Looks Functions in Python
The looks functions can be used in Python with the sprite object defined:
sprite = Sprite('Tobi')