if else python
#if else conditions in python
a = "if else conditions are inportant"
if "else" in a:
print("Word is in a")
else:
print("word is not in a")
if else python
#if else conditions in python
a = "if else conditions are inportant"
if "else" in a:
print("Word is in a")
else:
print("word is not in a")
if then else python
a = 200
b = 33
if b > a:
print("b is greater than a")
elif a == b:
print("a and b are equal")
else:
print("a is greater than b")
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us