Page 1 of 1

Please answer if you can match the exact output. Please post the codes in *PYTHON* the question is given in the image. F

Posted: Fri May 20, 2022 10:24 am
by answerhappygod
Please answer if you can match the exact
output.
Please post the codes in *PYTHON* the question is given
in the image. Follow the instructions of the question exactly as it
says and the output must match as per given in the image's result
section. Also please post the answer codes in *TEXT *, not *Image*
also show an output picture.
Please make sure there is no indentation and syntax
error.
Please Answer If You Can Match The Exact Output Please Post The Codes In Python The Question Is Given In The Image F 1
Please Answer If You Can Match The Exact Output Please Post The Codes In Python The Question Is Given In The Image F 1 (80.6 KiB) Viewed 32 times
Please match the output exactly it is a requirement.
Write a program that asks user to enter words and then constructs a list of the 5th character of each word. If a word does not have the 5th character then it will be skipped. The program must work exactly like the following example. For example: Input Result A Enter a word (or type Q to quit): A ABCDE Enter a word (or type to quit): ABCDE Wollongong Enter a word (or type Q to quit): Wollongong 123456 Enter a word (or type to quit): 123456 frog Enter a word (or type Q to quit): frog Q Enter a word (or type Q to quit): Q List of characters: ['e', 'o', '5']