Answer:
mark = int(input("Enter mark: "))
if (mark >= 30):
print("Pass")
else:
print("Not pass")
9.4m questions
12.1m answers