Open the Python IDLE Shell and recreate the screenshot below by using ONLY the Python IDLE Shell (No .py files). You will need to replace the placeholders with your name, semester, section number, and calculations. For all calculations, you MUST use the print() to display the results.  Remember to add spaces between where spaces are shown You may want to create variables to hold the calculations to display EVERY line of source code needs a comment by using the # after the line of source code. For example, the first line should look something like this: print('Hello! Welcome to my first Python Assignment') #Welcome message     Hint: this should be the first few lines of code      Once you're done, take a screenshot of your IDLE Shell and place it in a new Word document named LastName_Assignment1   Part 2 Open a new Python IDLE Shell and complete the following. You MUST have a comment at the end of EACH line of source code as shown in Part 1 of this assignment. Make a variable named FirstName and assign your first name to it Make a variable named LastName and assign your last name to it Make a variable named FullName and concatenate the FirstName and LastName variables with a space between Print your full name using the print() Make a space using the print() Make a variable named Credits and assign the number 3 to it Make a variable named TotalCredits and calculate the number of three-credit courses you have with the Credits variable you created Print the number of credits you have using the print() Make a space using the print() Take a screenshot of your IDLE Shell and place it in the Word document created in Part 1 of this assignment. Part 3 Open the following file in a text editor: Assignment1P3StartFile.py Download Assignment1P3StartFile.py  Find and fix all the errors in the file. Use the following screenshot and make the outcome of the code look EXACTLY like the screenshot below. Make sure to add pseudo code for EACH line or source code. Also, add this pseudo-code at the top of the project: #Name: (First Name Last Name) #Class: (INFO 1200) #Section: (X01) #Professor: (Crandall) #Date: #Project #: #I declare that the source code contained in this assignment was written solely by me. #I understand that copying any source code, in whole or in part,  #constitutes cheating, and that I will receive a zero on this project #if I am found in violation of this policy. The output should look something like this.

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question
  • Open the Python IDLE Shell and recreate the screenshot below by using ONLY the Python IDLE Shell (No .py files). You will need to replace the placeholders with your name, semester, section number, and calculations.
  • For all calculations, you MUST use the print() to display the results. 
  • Remember to add spaces between where spaces are shown
  • You may want to create variables to hold the calculations to display
  • EVERY line of source code needs a comment by using the # after the line of source code. For example, the first line should look something like this:

print('Hello! Welcome to my first Python Assignment') #Welcome message

 

 

Hint: this should be the first few lines of code

  

 

  • Once you're done, take a screenshot of your IDLE Shell and place it in a new Word document named LastName_Assignment1

 

Part 2

  • Open a new Python IDLE Shell and complete the following. You MUST have a comment at the end of EACH line of source code as shown in Part 1 of this assignment.
    • Make a variable named FirstName and assign your first name to it
    • Make a variable named LastName and assign your last name to it
    • Make a variable named FullName and concatenate the FirstName and LastName variables with a space between
    • Print your full name using the print()
    • Make a space using the print()
    • Make a variable named Credits and assign the number 3 to it
    • Make a variable named TotalCredits and calculate the number of three-credit courses you have with the Credits variable you created
    • Print the number of credits you have using the print()
    • Make a space using the print()
  • Take a screenshot of your IDLE Shell and place it in the Word document created in Part 1 of this assignment.

Part 3

  • Open the following file in a text editor: Assignment1P3StartFile.py Download Assignment1P3StartFile.py 
  • Find and fix all the errors in the file. Use the following screenshot and make the outcome of the code look EXACTLY like the screenshot below. Make sure to add pseudo code for EACH line or source code. Also, add this pseudo-code at the top of the project:

#Name: (First Name Last Name)
#Class: (INFO 1200)
#Section: (X01)
#Professor: (Crandall)
#Date:
#Project #:
#I declare that the source code contained in this assignment was written solely by me.
#I understand that copying any source code, in whole or in part, 
#constitutes cheating, and that I will receive a zero on this project
#if I am found in violation of this policy.

  • The output should look something like this.
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Linux
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education