TG Telegram Group & Channel
Python Codes | United States America (US)
Create: Update:

#Basics

Condition inside the print function

def is_positive(number):
print("Positive" if number > 0 else "Negative")



is_positive(-3)

Output:

Negative

Share and Support
@Python_Codes

#Basics

Condition inside the print function

def is_positive(number):
print("Positive" if number > 0 else "Negative")



is_positive(-3)

Output:

Negative

Share and Support
@Python_Codes


>>Click here to continue<<

Python Codes




Share with your best friend
VIEW MORE

United States America Popular Telegram Group (US)