Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Modern Dental Assisting

Authors: Doni Bird, Debbie Robinson

13th Edition

978-0323624855, 0323624855

Students also viewed these Programming questions