Identify the keywords in python from the following: print,range,while,int
Answers
Answered by
1
Answer:
While
Explanation:
Keywords are the reserved words in Python. We cannot use a keyword as a variable name, function name or any other identifier.
Similar questions