If Else Statement Paython

Advertisements

Prev Tutorial Next Tutorial

If .... Else Statement in Python

In python if else statements are used for print any message of block on the basis of condition. if...elif...else statement is used in Python for decision making.

If Syntax Python

if test expression:
    statement(s)

If Example in Python

age = 20
if age > 18:
    print("You are Adult")

Output

	
You are Adult

If...else condition is useful where you need print at least one statement among two statement on the basis of condtion is true or false.

if...else Syntax Python

if test expression:
    Body of if
else:
    Body of else

If..Else Example in Python

age = 20
if age > 18:
    print("You are Adult")
else:
    print("You are not Adult")

Output

	
You are Adult

Prev Tutorial Next Tutorial

Google Advertisment

Buy This Ad Space @$20 per Month, Ad Size 600X200 Contact on: hitesh.xc@gmail.com or 9999595223

Magenet is best Adsense Alternative here we earn $2 for single link, Here we get links ads. Magenet

For Projects 9999595223

Google Advertisements


Buy Websites 9999595223

Buy College Projects with Documentation Contact on whatsapp 9999595223. Contact on: hitesh.xc@gmail.com or 9999595223 Try this Keyword C++ Programs

Advertisements