Computer Science, asked by 800498, 3 months ago

 A variable name in Python must start with an ______ or underscore.​

Answers

Answered by jai696
2

\huge{\mathtt{{\blue{\boxed{\tt{\pink{\orange{A}\purple{n}\blue{s}\red{w}\green{e}\pink{r᭄}}}}}}}}

A variable name in Python must start with a letter or underscore.

\large\mathsf\color{lightgreen}useful?\: \color{white}\longrightarrow\: \color{orange}brainliest!

Answered by lakshmarali
0

Answer:

Variable names should not start with a number. 5. Why are local variable names beginning with an underscore discouraged? Explanation: As Python has no concept of private variables, leading underscores are used to indicate variables that must not be accessed from outside the class.

Similar questions