Q. Which of the following is a correct way to print the statement "Hello, World!" in Python? (A) PRINT "Hello, World!" (B) print("Hello, World!") (C) print "Hello, World!" (D) System.out.println("Hello, World!") ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) print("Hello, World!")