Answer must utilize the Python in Visual Code program.
1. We have the following arrangements Arrangement1-“The” Arrangement2-“cat” Arrangement3-“is” Arrangement4-“black” Write a program to obtain the following string “The cat is black” Write a program that takes as input what is entered by the user and shows it in capital letters and lowercase letters. Write a program to obtain a string made from the first five characters of a determined string. If the length of the string is less than five, show the original string. Write
OR
OR