Online Compiler Nasm

print("Hello, World!")
The code prints the text "Hello, World!" to the screen. It is a simple program that demonstrates the basic output function in Python.

- The code is correct and runs without errors. You can try changing the text inside the quotes to see different output.
- To learn more, experiment by adding another print statement with your own message.