Question: Can i kindly get help with this python assignment.Thanks In this assignment you will create an interactive program which will act as your own personal


Can i kindly get help with this python assignment.Thanks
In this assignment you will create an interactive program which will act as your own personal unit converter. Your program will do the following things: 1. When the program starts it should ask for the user's name and then present a welcome message (using the user's name!) 2. It will then present the user with a list of possible conversions it can perform and ask for the user to choose an option. 3. The user then makes a selection and the program will ask for a number to convert. The program will then make the conversion and print it out. 4. 5. The program will then present a closing message (again using the user's name) Your program will need to be able to perform at least 5 different conversions. In your code you appropriate function. You are free to choose whatever conversions you would like (other than will write a function for each of your converters. Based on the user's input you will call the those you did in the tutorials) but you must include a "percent to letter grade converter in your program. Use the following ranges for this conversion: Grade Range Letter Grade [80, 100] [70, 80) [60, 70) [50, 60) 0, 50) Note on this range notation: Depending on the type of bracket used when describing a range, the range will either be inclusive or exclusive at that end. An inclusive end is represented using a square bracket and means that this number is included in the range. An exclusive end is represented using a round bracket and means that everything up to but not including this number is included in the range. For example, the A range is from 80%-100%. including both 80% and 100%. On the other hand, the C range is from 60% up to but not including 70% (ie. any number in the sixties)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
