Which of following is not a keyword?
1 point
false
else
return
PRINT
Answers
Answered by
0
Answer:
PRINT is not a keyword. The other all words are keyword (in python).
Note: In programming languages like Java neither PRINT nor false is a keyword.
Similar questions