I attached files with guidelines, the indicative answers and the questions for the Online Quiz
An indicative solution will be posted online along with the return of the graded assignments.
The assignment is due via the STUDY submission system. You are expected to turn in a document (.DOC, .ODT, .PDF) and a file containing a Python program:
· 1 document file (this document) with your name in the area indicated by “Student Name” and the answers to all the questions, along with the Python code snippets for Topic 5.
· 1 file with the complete Python program that answers Topic 5.
You should not make any changes in the written assignment file other than providing your own answers. You should also type all of your answers into Word or compatible word processors (such as Apache OpenOffice https://www.openoffice.org/ or LibreOffice https://www.libreoffice.org/) and not attach any handwritten notes as pictures into your work. Make sure to name all the files (DOC/DOCX/ODT files and Python program file) with your last name first followed by a dash symbol and the names of each component at the end. For example, for the student with last name Aggelou the files should be named as follows: Aggelou-HW1.doc (or Aggelou-HW1.pdf), Aggelou-Topic5.py.
Please ensure that all Python code you submit for this assignment opens, displays and executes successfully within the IDLE environment — the official Integrated Development and Learning Environment provided with Python
3. This consistency in the execution environment is necessary for a thorough and equitable evaluation of your work.