The screen on a micro:bit only has 25 pixels in a grid of 5×5 so it can only display one character at a time. There are two main ways to display text on a micro:bit in python: you can scroll the characters from right to left or display a whole character one after the other:

Try it with code

Python microbit basics: How to display text