Examveda
Examveda

Which of the following is a valid variable name in Python?

A. my-variable

B. 123variable

C. _my_variable

D. $variable

Answer: Option C

Solution(By Examveda Team)

Variable names can start with an underscore _ or a letter.

This Question Belongs to Python Program >> Variable Names And Operators

Join The Discussion

Related Questions on Variable Names and Operators