Question: xAxis = 1 0 0 if xAxis < 5 0 : print ( I am here. ) if xAxis > = 5 0 :

xAxis =100
if xAxis <50:
print("I am here.")
if xAxis >=50:
print("I am there.")
if xAxis >100:
print("I am lost.")
elif xAxis >=80:
print("I am where?")
else:
print("Help!")
What is printed?

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!