Computer Science, asked by hamzakhan141239apskh, 10 days ago

Kulvant is working on a project in Python, he has declared a variable named 13b, but the program is showing an error. What should he do to rectify it?​

Answers

Answered by Anonymous
0

Answer:

Kulvant should write the variable as b13, and not 13b.

Explanation:

You cannot create an identifier with its beginning as a number.

If Kulvant had written b13, then it would have been a valid identifier.

Similar questions