If you want to display text that isn't associated to a particular sprite, you can use a TEXT Sprite. This will let you position text anywhere on the stage and also change the size and color of that text. SHAPES Toolkit- TEXT section - Text Block

# # SHAPES Toolkit- TEXT section # prints text in the middle of the screen. sprite = codesters.Text("Hello World!") # If you want to change the position of the text, use the sprite.go_to command # or use the "Text at a position" block. # To change the size or color of the shape: # SHAPES Tookkit - Scroll down to SHAPE SETTINGS # Set Color block and Set Size block
  • Run Code
  • Show Console
  • Codesters How To (opens in a new tab)