(PCEP) Certified Entry-Level Python Programmer Practice Test
(PCEP) Certified Entry-Level Python Programmer PCEP Fundamentals of Python Programming
Which of the following is the correct syntax to output "Hello, World!" in Python?
Select your answer
A
print("Hello, World!")
B
echo "Hello, World!"
C
console.log("Hello, World!")
D
printf("Hello, World!")
Need a hint?
(H)