4.0k views
5 votes
Kinda stuck on this one that am trying to write a Python that would enter the name of a lecturer, the course code and name of the course they teach, the number students that is enrolled in the course. The lecturer is paid $150 per each student and is taxed at 6% of their income. Display all relevant details. Can anyone help, explain or advise in anyway.

User Jon Hanson
by
8.2k points

1 Answer

7 votes

Answer:

I'm not huge in Python but, have you gone over how you can do math in Python code? Does it want you to use math in *PRINT* codes? Does it want you to use loops or functions? Let me know how else I can help please.

Step-by-step explanation:

User Mike Duigou
by
8.0k points