you cannot use a keyword as a variable name(T/F)
Answers
Answered by
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
1
Answer:
True
We can't use a keyword as a variable name as it can change the whole program.
Similar questions