Computer Science, asked by moukhan984, 6 months ago

you cannot use a keyword as a variable name(T/F)​

Answers

Answered by y36yuvi36
3

Answer:

Keywords are the reserved words in Python. We cannot use a keyword as a variable name, function name or any other identifier. They are used to define the syntax and structure of the Python language.

Explanation:

mark me as brainlist

Answered by shikharmat
1

Answer:

True

We can't use a keyword as a variable name as it can change the whole program.

Similar questions