What is Python Identifiers?
A Python identifiers is a name used to identify a variable,class,function,module or other object.
An identifier starts with a letter A to Z or a to z or an underscore and digits (0 to 9).
Python does not allow Punctuation characters such as @, $,and % within identifiers.Python is a case sensitive programming language.
An identifier starts with a letter A to Z or a to z or an underscore and digits (0 to 9).
Python does not allow Punctuation characters such as @, $,and % within identifiers.Python is a case sensitive programming language.
0 comments :
computer books list list of computer science books with authors best computer books for beginners fundamental of computer books pdf free download computer books for dummies best computer hardware books introduction to computer best computer books of all time
Powered by Blogger.
Menu Footer Widget
Followers
Search This Blog
Translate
Contact
Popular Posts
-
Software development life cycle sometime reffer to as system development life cycle and abbreviated as SDLC. A life cycle and abbreviated a...
-
Software is collection of data or computer instructions that tell the computer how to work. Examples of application software include off...
-
Suppose the program print "Hello" and Print "What is your name " then takes input from user and again print a line with...
Post a Comment