Beginner Python
Q1 / 101

Which of the following is used to print output in Python?

Correct! Well done.

Incorrect.

The correct answer is C) print()

C

Correct Answer

print()

Explanation

print() is the built-in Python function for outputting text to the standard output.

Progress
1/101