Computer Science, asked by SANSKRITIPATTNAIK, 10 hours ago

2) What is keyword? Explain different kinds of keywords in python​

Answers

Answered by rekha693822
2

Answer:

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 variable name. All the keywords in python are written in lower case except True and False.

Answered by singhdivyanshi061
3

Answer:

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 variable name. All the keywords in python are written in lower case except True and False.

Similar questions