Can you make sure that this code displays Hello, World! in the console?
Hello, World!
Yes! Because the condition is True, the code executes the line.
True
When the condition is False, the code skips the line. We need to make it True.
False