Excercise: Text input field 1 (single dialogue)
Program an application that does the following:
- Display a text input field on the screen.The instruction in the text field should say: Type a word :

- Display a pop up note stating the result from the previous input field.(After the user has typed in a word into to the text field and pressed „ok“).

Example File : ex_text_input_1.py