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
Auf dieser Seite können Sie das Online-Video #3 | Python Programming Tutorial | Python Identifiers | Keywords mit der Dauer stunde minuten sekunde in guter Qualität ansehen, das der Benutzer Code Like Coder 25 November 2021 hochgeladen hat, den Link mit Freunden und Bekannten teilen, dieses Video wurde auf Youtube bereits 123 Mal angesehen und es wurde von 25 den Zuschauern gefallen. Viel Spaß beim Betrachtenden Zuschauern gefallen!