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.

Posted: Fri May 20, 2022 10:09 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 1
Please Answer If You Can Match The Exact Output Please Post The Codes In Python The Question Is Given In The Image 1 (62.75 KiB) Viewed 30 times
Please match the output exactly it is an requirement.
Thanks
Write a program that constructs a list based on the user input. The program must work exactly like the following example. For example: Input Result Wollongong Enter a word (or type EXIT to quit): Wollongong sydney Enter a word (or type EXIT to quit): sydney Enter a word (or type EXIT to quit): uow EXIT Enter a word (or type EXIT to quit): EXIT Word list you have entered: ['wollongong', 'sydney', 'uow'] Uow