Variable Names in Python

InstructorMridu Bhatnagar

Share this video with your friends

Send Tweet

Variable names in Python can be of any length. Variables names can have alphabets [A-Z][a-z], digits [0-9] and underscores. A variable name starting with a digit is an invalid variable name.