- Which of the following is a valid variable name?
x
- validx_and_y
- validx_&_y
- invalid2
- invalid2nd
- invalid_2
- validx-y
- invalid
- True or False? If we defined a variable called
var
then,VAR
is the same name as Python is not case-sensitive - False