8 lines
105 B
Python
8 lines
105 B
Python
|
is_pass=True
|
||
|
|
||
|
if is_pass:
|
||
|
print("Congrats you are passed")
|
||
|
|
||
|
else:
|
||
|
print("Sorry you have failed")
|