Which of the following is not a valid variable name in Python? Justify reason for it not being a valid name.
i) V I S
ii) Vis
iii) ViS
iv) vis1
Answers
Answered by
1
Answer:
1st Option
Explanation:
Variables names in Python cannot contain spaces and are often replaced by underscores where spaces are required
Similar questions