marks = int(input("enter the marks")) if marks >= 50: print("pass") else: print("fail")