——————–Make it into python…

Question Answered step-by-step ——————–Make it into python… ——————–Make it into python programming—————————–  ●  this menu            1 – Create user | |            2 – Create expense |          | 3 – Add Expense to User |        | 4 – Show all expenses |           | 5 – Exit | ————————————————   ● | 1 – user         ○ Get input from the user for:               ■ User name (alphabetical string)              ■ User age (integer)       ○ Goes back to main menu  ● | 2 –  expense          ○ Get input from the user for:                  ■ Expense type (a string that can be one of the list “home”, “transportation”, or “food”)                  ■ Expense cost (float)         ○ Goes back to main menu  ● | 3 – Add Expense to User            ○ Print out all the user names added so far          .   ○ Print out all the expense names added so far              ○ Get input from the user for:                   ■ User name (should match an existing user name in your array, added from Option 1 in the menu)                    ■ Expense type (should match an existing expense type in your array, added from Option 2 in the menu)              ○ Goes back to main menu  ● | 4 – Show all expenses             ○ Prints a table with the user name matched to an expense             ○ Goes back to main menu  ● | 5 – Exit            ○ Exits the program   Remember: To traverse the menu use capital letters “YES” or “NO” consistently Computer Science Engineering & Technology Python Programming COMP 1154 Share QuestionEmailCopy link Comments (0)