Write a Python program that inputs a single word and checks to see if it is a short word.
Your program should work as follows:
SHORT if the length is less than 5.NOT SHORT if the length is 5 or more.You should use meaningful variable name(s), correct Python syntax, and proper indentation in your answer.
298 exam-style questions on AQA GCSE Computer Science Programming concepts. Each one has a worked solution and a mark scheme showing where the marks go.