Fill blank in the following code in ander to get the following output: the name of student is Alia the nationality of student is Jordanian the number of training hours is 90 the title of graduation project is corona the name of student is sami the nationality of student is Syrian the number of training hours is 15 the title of graduation project is Sentiment Analysis class student : def _init__(self,name, nationality): self.stu_name= self.stu_nationality= def print_detail(self): class def print("the name of student is print("the nationality of student is :", : _init__(self,n1, n2, training, project_tit): self.training_hours training self.project_title = project_tit def print_detail_under(self): -) print("the number of training hours is " print("the title of graduation project is " -) class def __init__(self, n1,n2, noresearch, thesis_tit): def self.no_reseach=noresearch self.thesis_title = thesis_tit print("The number of reasearch papers is", self.no_research) print("The title of the thesis is ",self. thesis_title) stundet1=under_graduate("Alia", "Jordanian", 90, "Corona") stundet1. student2=post_graduate("Sami", "Syrian", 15, "Sentiment Analysis") student2
Fill blank in the following code in ander to get the following output: the name of student is Alia the nationality of student is Jordanian the number of training hours is 90 the title of graduation project is corona the name of student is sami the nationality of student is Syrian the number of training hours is 15 the title of graduation project is Sentiment Analysis class student : def _init__(self,name, nationality): self.stu_name= self.stu_nationality= def print_detail(self): class def print("the name of student is print("the nationality of student is :", : _init__(self,n1, n2, training, project_tit): self.training_hours training self.project_title = project_tit def print_detail_under(self): -) print("the number of training hours is " print("the title of graduation project is " -) class def __init__(self, n1,n2, noresearch, thesis_tit): def self.no_reseach=noresearch self.thesis_title = thesis_tit print("The number of reasearch papers is", self.no_research) print("The title of the thesis is ",self. thesis_title) stundet1=under_graduate("Alia", "Jordanian", 90, "Corona") stundet1. student2=post_graduate("Sami", "Syrian", 15, "Sentiment Analysis") student2
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
Related questions
Question
Fill blank in the following code in ander to get the following output:
the name of student is Alia
the nationality of student is Jordanian
the number of training hours is 90
the title of graduation project is corona
the name of student is sami
the nationality of student is Syrian
the number of training hours is 15
the title of graduation project is Sentiment Analysis
class student :
def __init__(self,name,nationality):
self.stu_name= ----------
self.stu_nationality= ----------
def print_detail(self):
print("the name of student is :", ------------)
print("the nationality of student is :", ------------)
class -------------- :
def __init__(self,n1,n2,training,project_tit):
-----------------------------
self.training_hours = training
self.project_title = project_tit
def print_detail_under(self):
------------------------------------
print("the number of training hours is ", -----------------)
print("the title of graduation project is ", -----------------)
class ------------------------------
def__init__(self,n1,n2,noresearch,thesis_tit):
------------------------------------------
self.no_reseach=noresearch
self.thesis_title = thesis_tit
def ------------------
-----------------------------------------
print("The number of reasearch papers is",self.no_research)
print("The title of the thesis is ",self.thesis_title)
stundet1=under_graduate("Alia","Jordanian",90,"Corona")
stundet1.-------------------------
student2=post_graduate("Sami","Syrian",15,"Sentiment Analysis")
student2 .---------------------
Expert Solution
This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
Step by step
Solved in 2 steps
Recommended textbooks for you
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)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
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)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education