Reserved Keywords in Python 3

🎓 Welcome back to Digital Academy, the Complete Python Development Tutorial for Beginners, which will help you Learn Python from A to Z! Let’s start with Reserved Keywords in Python 3…

🖥️ Reserved Keywords in Python 3 and Uses.

There is one more restriction on identifier names. The Python language reserves a small set of keywords that designate special language functionality. No object can have the same name, as a reserved word.

In Python 3, there are currently 33 reserved keywords, as described in this table. You can see this list any time, by typing help(“keywords”) to the Python interpreter. Reserved words are case-sensitive, and must be used exactly as shown. They are ALL entirely lowercase, except for: False, None, and True. Trying to create a variable with the same name as any reserved word results in a error: SyntaxError.

Python Keywords
False | def | if | raise
None | del | import | return
True | elif | in | try
and | else | is | while
as | except | lambda | with
assert | finally | nonlocal | yield
break | for | not
class | from | or
continue | global | pass

Let’s play this video, stick around and watch until the end of this video! 👍🏻

– Digital Academy™ 🎓

***

☞ WATCH NEXT:
○ Data Types in Python – https://youtu.be/cweUByxBWiU
○ Operators in Python – https://youtu.be/-wDaVLkKOiU
○ IF Statements in Python – https://youtu.be/CC5seZ6OBJ4
○ FOR Loops in Python – https://youtu.be/JgH-D5DSTho

☞ WATCH MORE:
○ HOW TO Learn Python? Python Tutorial for Beginners [FULL Course] https://youtu.be/9hvnSZPMtuw

📖 Blog: http://digital.academy.free.fr/blog/

📖 Complete Python Development Course for Beginners [PLAYLIST]: http://digital.academy.free.fr/playlist/python-development-for-beginners

#Python #Tutorial #Beginners #Shorts

***

♡ Thanks for watching and supporting ♡
Please Subscribe. Hit the notification bell.
Like, Comment and Share.

***

♡ FOLLOW US ♡
http://digital.academy.free.fr/
https://twitter.com/DigitalAcademyy
https://www.facebook.com/digitalacademyfr
https://www.instagram.com/digital_academy_fr/
https://www.youtube.com/c/DigitalAcademyOnline

♡ SUPPORT US ♡
http://digital.academy.free.fr/join
http://digital.academy.free.fr/donate
http://digital.academy.free.fr/subscribe
https://www.patreon.com/digital_academy
https://www.buymeacoffee.com/digital_academy

***

Copy link
Powered by Social Snap