Online Compiler Nasm

# Write your code here print("Hello world!")stdin
The code prints "Hello world!" to the screen. The word "stdin" at the end is not part of any Python instruction and will cause an error.

- The word "stdin" after the closing parenthesis is not valid Python syntax. Remove it so only the print statement remains.
- Make sure every line of code is a complete Python statement or comment.