Question: Create an instance of the StudentInfo class called my _ student. Then, read three values from input into my _ student's attributes in the following

Create an instance of the StudentInfo class called my_student. Then, read three values from input into my_student's attributes in the following order:
birthplace (str)
age (int)
first_name (str)
2
3
4
Click here for example
Ex: If the input is:
lena, Montana
26
Ben
then the output is:
Student info: Helena, Montana, 26 years old, Ben
Create an instance of the StudentInfo class

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!