Reference no: EM132360782
Question
You are working in python and have to save something as a .doc or .docx. Got it, those are the file extensions for MS Word. You did the code in python and my professor said it worked but we are trying to create a fully functioning program by the end of the course and this is pretty much to get it started. -Problem is, You guess it is the database part You are not understanding, You need to know how to get my code (that You typed in Python) into Word. Below is pulled directly from my assignment, so you know what is being asked, in case You was not clear. You already did the code.
In this project, create the pseudo code from the following request.
The program must have some sort of menu that allows users to make selections to do a particular calculation.
It must provide five menu items that allow the user to make a calculation. Each of the 5 menu items should perform different calculations.
There should be an additional menu item for user to exit the program. So, total of 6 menu item.
Once the user selects a menu item, program should perform calculation, display the result to the user, and return to the main menu. User should be presented with main menu until they choose option to exit the program.
Your pseudo code must be submitted as a Word or PDF document. It must be named as: FirstName_LastName_PseudoCode.doc (or docx).