Notes/ML/ifElseProgram-200808-182547.py

8 lines
105 B
Python

is_pass=True
if is_pass:
print("Congrats you are passed")
else:
print("Sorry you have failed")