Computer Science, asked by nisha4148, 30 days ago

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 asmittbhardwajp9kstg
1

Answer:

1st Option

Explanation:

Variables names in Python cannot contain spaces and are often replaced by underscores where spaces are required

Similar questions