Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

If not this, then what? If / Else statements. x = 2 5 y = 5 if x = = 2 5 : print (

If not this, then what? If/Else statements.
x=25
y=5
if x==25 :
print("x is in fact 25")
else:
print("x is not 25, we have an issue")
=
if y==10 :
print("y is in fact 10")
elif y==15 :
print("y is 15!!")
else:
is not 10, is not 15 ; it is (:{y}}
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Principles Of Database Systems With Internet And Java Applications

Authors: Greg Riccardi

1st Edition

020161247X, 978-0201612479

More Books

Students also viewed these Databases questions