#3 | Python Programming Tutorial | Python Identifiers | Keywords

Publicado em: 25 Novembro 2021
no canal de: Code Like Coder
123
25

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


Nesta página do site você pode assistir ao vídeo on-line #3 | Python Programming Tutorial | Python Identifiers | Keywords duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário Code Like Coder 25 Novembro 2021, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 123 vezes e gostou 25 espectadores. Boa visualização!