Respuesta :
Answer: c) The lifetime of a Python variable is the whole duration of a program execution.
Explanation: Python variable are variables that are made up of alpha-numeric characters and underscores only.They also persist the case sensitivity.The life time of the variable is python is dependent upon scope of python variables.
It can have value that should start with underscore or letter and no number.It can be deleted as per requirement .But the life of variable does not depends on programs execution duration.Thus, the only incorrect statement given in the question is option(c).
Answer:
The lifetime of a Python variable is the whole duration of a program execution.