#3 | Python Programming Tutorial | Python Identifiers | Keywords

Pubblicato il: 25 novembre 2021
sul canale di: 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


In questa pagina del sito puoi guardare il video online #3 | Python Programming Tutorial | Python Identifiers | Keywords della durata di ore minuti seconda in buona qualità , che l'utente ha caricato Code Like Coder 25 novembre 2021, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 123 volte e gli è piaciuto 25 spettatori. Buona visione!