This video help to understand what is identifiers and what are the keyword present in python programming language.
#Identifiers:
------------------
Name is the variable is called identifiers. it may be variable name, function, class or module name.
1. Below characters are allowed in python identifiers.
characters(lower and upper)
digit(0-9)
_ underscore
2. dollar ($) is not allowed in identifiers.
3. if we are defining our identifier with _ underscore in starting, then that variable we called as private variable.
4.variable name starting with digits is not allowed.
5.identifers are case sensitive.
6.reserved keyword is not allowed in python.
#Keywords:
---------------
keyword.kwlist
['False', 'None', 'True', 'and', 'as', 'assert', 'async', 'await', 'break', 'class', 'continue', 'def', 'del', 'elif', 'else', 'except', 'finally', 'for', 'from', 'global', 'if', 'import', 'in', 'is', 'lambda', 'nonlocal', 'not', 'or', 'pass', 'raise', 'return', 'try', 'while', 'with', 'yield']
python installation :
• #2 | Python Programming Tutorial | Introdu...
python identifiers:
• #3 | Python Programming Tutorial | Python ...
Follow in below link:
/ codelikecoder
/ codelikecoder
Thanks
On this page of the site you can watch the video online #3 | Python Programming Tutorial | Python Identifiers | Keywords with a duration of hours minute second in good quality, which was uploaded by the user Code Like Coder 25 November 2021, share the link with friends and acquaintances, this video has already been watched 123 times on youtube and it was liked by 25 viewers. Enjoy your viewing!