# Assign a value number = 50 # Check the is more than 50 or not if (number >= 50): print("You have passed") else: print("You have not passed")