In this video, you will learn Python Identifiers and Type Casting.
In this video also cover the rest of typecasting,
Identifiers are programmer-defined tokens.
They are used for naming classes, methods, variables, modules, packages, etc.. in a program.
Rules for a Legal Identifier :
They can be a set of alphabet, digits, and underscore ( _ ) character.
Since Python is case sensitive language, Uppercase and Lowercase letters are distinct.
They can be of any length.
They must not begin with a digit.
They must not be a keyword.
https://www.prowessapps.in/python
Write your queries at:
prowessapps.in@gmail.com
Please like, comment, share and subscribe.
Thank You
#daneyallari #python #pythonByDaneyalLari