Computer Science, asked by parkashphulkan431, 7 hours ago

What is keyword in python?

Answers

Answered by sravaniv1991
3

Answer:

Explanation: the keywords are some predefined and reserved words in python that have special meanings . keywords are used to define the syntax of the coding, the keyword cannot be used as an identifier, function,and varible weitten in lower case except true and false.

Similar questions