Write a brief introduction here, explaining the context and goal of this tutorial or document.
print("Hello, world 1!")
The output will be:
Hello, world 1!
print("Hello, world 2!")
The output will be:
Hello, world 2!
print("Hello, world 3!")
The output will be:
Hello, world 3!
Write a conclusion here, summarizing the key points of the tutorial.