Notes/ML/ifElseProgram-200808-182547.py

8 lines
105 B
Python
Raw Normal View History

2022-04-23 14:04:50 +00:00
is_pass=True
if is_pass:
print("Congrats you are passed")
else:
print("Sorry you have failed")