, the instances of this class will also have the following attributes: -rmat the inputs are user inputs that are valid commands and can access the attributes or invoke a method of the Document instance. ints guments when creating a Document instance and when invoking the add_words method will be limited to 1000 characters at maximum. Format ut will be composed of seven lines with the first 2 lines showing some information about the Document object and the next 5 lines showing Input 0 = Document ("I gotta start with something.") Sample Input 2 essay Document () essay.add_words ("And I'd clim

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question

.. 

 

USING PYTHON: Create a Python class, Document.
Upon initialization, the instances of this class will take in one optional string parameter, initial_thoughts, which defaults to an empty string if not given during instance creation. In
addition, the instances of this class will also have the following attributes:
Input Format
Assume the inputs are user inputs that are valid commands and can access the attributes or invoke a method of the Document instance.
Constraints
String arguments when creating a Document instance and when invoking the add_words method will be limited to 1000 characters at maximum.
Output Format
The output will be composed of seven lines with the first 2 lines showing some information about the Document object and the next 5 lines showing the current values of the instance attributes.
Sample Input 0
essay Document ("I gotta start with something.")
exit
Sample Output 0
This Document instance has 4 instance attributes.
The class used to create this object has 5 methods and class attributes.
This Document instance has the following stats.
1. word count: 5
2. status: draft
3. grade: awaiting submission
4. number of times the grade was requested before the document was submitted: 0
Sample Input 1
essay Document ("And I'd climb every mountain")
essay.add_words ("And swim every ocean")
essay.add_words ("Just to be with you")
essay.add_words ("And fix what I've broken")
essay.get_grade()
essay.get_grade()
essay.get_grade()
essay.get_grade()
essay.get_grade ()
essay.submit()
essay.get_grade ()
exit
Sample Output 1
This Document instance has 4 instance attributes.
The class used to create this object has 5 methods and class attributes.
This Document instance has the following stats.
1. word count: 19
2. status: submitted
3. grade: A+
4. number of times the grade was requested before the document was submitted: 5
Sample Input 2
essay Document ()
essay.add_words ("And I'd climb every mountain")
essay.add_words ("And swim every ocean")
essay.add_words ("Just to be with you")
essay.add_words ("And fix what I've broken").
essay.get_grade ()
essay.get_grade ()
essay.get_grade ()
essay.get_grade ()
essay.get_grade()
essay.submit()
essay.get_grade ()
exit
Sample Output 2
This Document instance has 4 instance attributes.
The class used to create this object has 5 methods and class attributes.
This Document instance has the following stats.
1. word count: 19.
2. status: submitted
3. grade: A+
4. number of times the grade was requested before the document was submitted: 5
Transcribed Image Text:USING PYTHON: Create a Python class, Document. Upon initialization, the instances of this class will take in one optional string parameter, initial_thoughts, which defaults to an empty string if not given during instance creation. In addition, the instances of this class will also have the following attributes: Input Format Assume the inputs are user inputs that are valid commands and can access the attributes or invoke a method of the Document instance. Constraints String arguments when creating a Document instance and when invoking the add_words method will be limited to 1000 characters at maximum. Output Format The output will be composed of seven lines with the first 2 lines showing some information about the Document object and the next 5 lines showing the current values of the instance attributes. Sample Input 0 essay Document ("I gotta start with something.") exit Sample Output 0 This Document instance has 4 instance attributes. The class used to create this object has 5 methods and class attributes. This Document instance has the following stats. 1. word count: 5 2. status: draft 3. grade: awaiting submission 4. number of times the grade was requested before the document was submitted: 0 Sample Input 1 essay Document ("And I'd climb every mountain") essay.add_words ("And swim every ocean") essay.add_words ("Just to be with you") essay.add_words ("And fix what I've broken") essay.get_grade() essay.get_grade() essay.get_grade() essay.get_grade() essay.get_grade () essay.submit() essay.get_grade () exit Sample Output 1 This Document instance has 4 instance attributes. The class used to create this object has 5 methods and class attributes. This Document instance has the following stats. 1. word count: 19 2. status: submitted 3. grade: A+ 4. number of times the grade was requested before the document was submitted: 5 Sample Input 2 essay Document () essay.add_words ("And I'd climb every mountain") essay.add_words ("And swim every ocean") essay.add_words ("Just to be with you") essay.add_words ("And fix what I've broken"). essay.get_grade () essay.get_grade () essay.get_grade () essay.get_grade () essay.get_grade() essay.submit() essay.get_grade () exit Sample Output 2 This Document instance has 4 instance attributes. The class used to create this object has 5 methods and class attributes. This Document instance has the following stats. 1. word count: 19. 2. status: submitted 3. grade: A+ 4. number of times the grade was requested before the document was submitted: 5
Expert Solution
steps

Step by step

Solved in 2 steps with 2 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY