Blog Details

img
Data Science

What is keywords in Python

Spoke Right / 16 Nov, 2023

Python Keywords 

There is a list of words already defined in Python library. These reserved words are called as Python Keywords. Every keyword is defined to serve a specific purpose. These keywords when used in Python codes performs a specific operation during compilation. A Keyword in Python is restricted to be used as a variable, a function or an identifier.

Some of the Keywords used in Python are listed below:

Trueimport
Falsefrom
Noneif
andfor
as global
assertexcept
defdel
classelif
continuefinally
raisetry
breakelse
orreturn
passnonlocal
isin
notlambda
whilewith

Example:

print "Enter 0 or 1"
a = input()
if (a==1):
   print "HELLO WORLD"
else:
   print "Bye"

0 comments

Warning: PHP Startup: Unable to load dynamic library 'imagick.so' (tried: /usr/local/lib/php/extensions/no-debug-non-zts-20210902/imagick.so (/usr/local/lib/php/extensions/no-debug-non-zts-20210902/imagick.so: cannot open shared object file: No such file or directory), /usr/local/lib/php/extensions/no-debug-non-zts-20210902/imagick.so.so (/usr/local/lib/php/extensions/no-debug-non-zts-20210902/imagick.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0