Need help with an assignment in Python
Your company sales its software for $48 a unit. If customers purchase more than $350, they receive a 10% discount.
1. PSEUDOCODE: Write the pseudocode that:
a. Prompts the user for the number of units sold
b. Calculates the total sale
c. Computes a 10% discount if the total is more than $350
Your pseudocode can be submitted by pasting it into the Submission screen or attaching it as a text file or Word document.
2. PYTHON PROGRAM: Write the Python program for this problem using the Python IDLE editor.
Submit the Python file using the file upload.