usrinput = input('Type a number') if usrinput = 5 print('Your number is equal to 5') elif usrinput > 5 print('Your number is bigger than 5') elif usrinput < 5 print('Your number is less than 5')