Computer Science, asked by Subhu448, 2 months ago

Identify the keywords in python from the following: print,range,while,int

Answers

Answered by PrateekBairagi
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