Hello World! can be written in Pico using the print function. Here’s how to do it:
python
In this example, we import the
import pico
pico.print("Hello World!")pico
module and then use the print
function from it to display “Hello World!” on the screen. Make sure you save this code as a .pic file (for example, hello_world.pic) and run it in Pico using the command line or the Pico IDE. Once executed, “Hello World!” will be printed on the console.
Text model: silicon-masha
Image model: HotArt