Python programming

profileNobody
HIT137..2.docx

HIT137 Assignment 2,2019

How to submit this assignment

Your submission should be written in a single PY file.

•Save the py file using your lastname_firstname.py Azam_Sami.py

•Clearly label each question and any sub-sections.

•Provide maximum possible comments so the code becomes easier to read.

IMPORTANT TO NOTE: DO NOT use functions / commands to solve problems which were not taught in the class.

Questions 1 -10Marks

Create a program using turtle. The program can be graphics, racing of elements, or writing names. This should be done by moving the turtle around the screen, not by using any function that prints text/ graphics onto the screen.

Question 2–Open ended question–20Marks

This is a free will project that you can create from your own choice. It can be anything based on what you have studied in the class. Some example ideas could be:

•Interactive GUI Game

•Business Management Application (Examples: Sales, Inventory, Library etc)

•Informative GUI based applications (Examples: Quiz, Notetaker, Calendar, Scientific Calculator etc)

•Any other application that you think you can build

Note: For both questions:

•The marks will be awarded based on the topic/game selected, application of the Object-oriented Programming concepts, creativity, GUI User Interface design, logical structure, adequate use of comments and the clarity of your code.

•You cannot use any other module/packages/concepts that have not been discussed in the class. If you use it, you will be marked zero for this.