please I m facing this error for python practice

0 votes
uName = "Jack"

uCountry = "USA"

cName = "Python Course"

cPrice = 100

if uCountry == "USA" :

    print(f"Hello {uName} Because You Are From {uCountry}")

    print(f"The Course \"{cName}\" Price Is: ${cPrice - 40}")

elif uCountry == "England" :

print(f"Hello {uName} Because You Are From {uCountry}")

print(f"The Course \"{cName}\" Price Is: ${cPrice - 30}")

else :

print(f"Hello {uName} Because You Are From {uCountry}")

print(f"The Course \"{cName}\" Price Is: ${cPrice - 50}")

IndentationError: expected an indented block
Sep 14, 2021 in Others by MeshMesh

edited Mar 4 24 views

No answer to this question. Be the first to respond.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP