Programming
News
The Future of Bitcoin and Cryptocurrency in 2023: Trends and Predictions
Bitcoin and cryptocurrency have come a long way since...
Mobiles
Oppo Reno8 T 5G and Enco Air3 will launch on February 3 in India
Oppo India stated that the Oppo Reno8 T 5G...
Mobiles
New Poco X5 Pro India launch date is now released
The Poco X5 Pro will be officially announced for the Indian...
News
Samsung Odyssey Neo G7: The Ultimate Gaming Monitor
If you're looking for an immersive and smooth gaming...
Mobile
Specs for the Galaxy S23 Ultra camera and Samsung’s trademark colours are revealed in the most recent leak.
Samsung of South Korea is getting ready to introduce...
Python
Python Condition
Python if...elif...else and Nested if
Decision making is required when we want to execute a code only if a certain condition is satisfied. The if…elif…else statement...
Python
Python while Loop
The while loop in Python is used to iterate over a block of code as long as the test expression (condition) is true. We...
Python
Python Loop
The for loop in Python is used to iterate over a sequence (list, tuple, string) or other iterable objects. Iterating over a sequence is...
Program Examples
Python Identifier and Keywords
Keywords
Keywords are the reserved words in Python. We cannot use a keyword as variable name, function name or any other identifier. They are used...
Program Examples
List of Keywords in Python
List of Keywords in Python
Keywords in Python programming language
False
class
finally
is
return
None
continue
for
lambda
try
True
def
from
nonlocal
while
and
del
global
not
with
as
elif
if
or
yield
assert
else
import
pass
break
except
in
raise
The above keywords may get altered in different versions of Python. Some extra might get added...
Program Examples
Building an FTP Password Cracker In Python
Python is probably the most widely used scripting language for hackers. This is primarily because it has some built-in modules and libraries that make...
Subscribe
Popular articles
News
The Future of Bitcoin and Cryptocurrency in 2023: Trends and Predictions
Bitcoin and cryptocurrency have come a long way since...
Mobiles
Oppo Reno8 T 5G and Enco Air3 will launch on February 3 in India
Oppo India stated that the Oppo Reno8 T 5G...
Mobiles
New Poco X5 Pro India launch date is now released
The Poco X5 Pro will be officially announced for the Indian...
News
Samsung Odyssey Neo G7: The Ultimate Gaming Monitor
If you're looking for an immersive and smooth gaming...
Mobile
Specs for the Galaxy S23 Ultra camera and Samsung’s trademark colours are revealed in the most recent leak.
Samsung of South Korea is getting ready to introduce...