my-second-space / ali.py
faizullah's picture
Create ali.py
8b47f59 verified
raw
history blame contribute delete
No virus
95 Bytes
marks = int(input("enter the marks"))
if marks >= 50:
print("pass")
else:
print("fail")