When naming a variable in Python, which of the following is NOT allowed?
Starting the name with an underscore
Using special characters like % or & in the name
Using spaces in the name
Including numbers in the name

Technology Exercises are loading ...