Question
Need a python program (.py) that will take in basic information from a student, that includes studen's name, degree's name, number of credits taken so
Need a python program (.py) that will take in basic information from a student, that includes studen's name, degree's name, number of credits taken so far, and the total number of credits required in the degree program. The program will then calculate how many credits are needed to graduate. Display should include the student name, the degree name, and credits left to graduate.
Need two print statements in this program. In the first one, use .format method with pre-specified order of the displayed outputs.
In the second print, using different % operators to display the output. Make sure to display the output in an aligned format (look into a sample of the output below..).
Student name:ABC
Degree name:Business Management
Credit taken so far: 22
Total number of credits required: 44
Number of credits needed to graduate: 19
(PyCharm tool recommend)
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started