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 mystudent. Then, read three values from input into mystudent's attributes in the following order:
birthplace str
age int
firstname str
Click here for example
Ex: If the input is:
lena, Montana
Ben
then the output is:
Student info: Helena, Montana, years old, Ben
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
