Python sample question with answer 30
Question
:
Write the Python code that prints out the text Hello, world:
Answer
:
print("Hello, world")