Which of the following is a valid variable name in Python...
Which of the following is a valid variable name in Python?
my_variable$
my_variable
my-variable
1my_variable
Correct answer is B
Variable names in Python must start with a letter or underscore, and can only contain letters, numbers, and underscores. The other options are invalid because they either start with a number (option C) or contain a special character (option D).
How many bits are in one nibble ? ...
Which of these characteristics of languages is common to all computer programs? ...
The IF...THEN statement in BASIC programming is? ...
In changing the storage location of a file, the command to use is_______ ...
When browsing on the internet, a possible reason for. the message "page not found" is that...
The most important system software in a computer system is the? ...
QBASIC keywords do not include? ...
Encryption helps with what? ...