Multiple choice

print is NOT a command/function in Python.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The print() function is a built-in command in Python used for outputting information, so the statement that it is NOT a command is false.