Computer Science for IGCSE & O level - Programming (Section 9 - No. 24)
Which of the following statements represents an input operation?
print("Enter your name:")
name = input()
name = 10
IF name == "John":
Explanation
The `input()` function is generally used to receive input from the user.
Comments (0)
