Online Compiler Nasm

print('Hello, Python!')
This code prints the text "Hello, Python!" to the screen. It is a simple program that uses the print function to display a message.

- The code is correct and will run without errors. You can try changing the text inside the quotes to see different messages.
- To learn more, experiment by adding another print statement with a different message on a new line.