Example: marketing
What is a Variable in Python? Variable Naming Rules in Python

What is a Variable in Python? Variable Naming Rules in Python

Back to document page

Variable Naming Rules in Python 1. Variable name should start with letter(a-zA-Z) or underscore (_). Valid : age , _age , Age Invalid : 1age 2.In variable name, no special characters allowed other than underscore (_). Valid : age_ , _age Invalid : age_* 3.Variables are case sensitive.

  Letter, Naming

Download What is a Variable in Python? Variable Naming Rules in Python


Information

Domain:

Source:

Link to this page:

Please notify us if you found a problem with this document:

Other abuse

Advertisement

Related search queries