Page 1 of 1

Instructions Write a Python program to solve the following problem. Your solution should include a readme.md file (which

Posted: Thu May 05, 2022 1:18 pm
by answerhappygod
Instructions Write a Python program to solve the following
problem. Your solution should include a readme.md file (which
includes details of how to run your assignment) and your Python
program in a file named clean.py, and be submitted as a single .tgz
file named pt3.tgz. You should ensure your solution works using the
Python 3 interpreter on turing. Problem After adding additional
busses to the routes you suggested, Codetown council is getting far
fewer complaints about people missing their bus. However,
complaints about the cleanliness of the busses are an issue
Codetown's mayor would now like to address. The mayor's plan is to
add a touchscreen device, running a program you develop, to each
bus so passengers can indicate the current cleanliness. Your
program must provide a graphical user interface that prompts users
to enter a rating for the current cleanliness of the bus. The user
should be able to choose an integer value between 1 and 5. Once at
least one rating has been entered, the system should display the
average rating given for the bus. Note: The specifications for this
assignment are deliberately very brief. If anything is unclear,
please use the discussion forums to clarify anything you are unsure
of. Program specifications are often incomplete, and it is a useful
skill to be able to elicit actual requirements.