conditions with elif 1

Please write using Python

1)Write a program that prompts the user for a number from 1 to 50. If the value is equal to 5, display “gardener”. If it doesn’t display “gardener”, then test if the value is greater than or equal to 14; if so, display “banker”. If nothing else has displayed, then display “broker”.