Computer Science, asked by jinia19, 1 month ago

elif can be used as a variable name in Python.


true or false​


anindyaadhikari13: Elif can be used as variable name but not elif.

Answers

Answered by profdambaldor
4

Answer:

False.

Explanation:

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.

Similar questions