Question: Python-not able to solve question 1.25 Prompt the user for self introduction Write a program to prompt the user to introduce herself The output should
1.25 Prompt the user for self introduction Write a program to prompt the user to introduce herself The output should contain her first name, last name, age, major school year, and school name. The sample output should look like this. First name: Adelaide Last names Schroder Age: 21 Major: Electrical Engineering School year: Junior School name: Drexel University Hint Use the 'input' command to ask for input from the user LAR ACTIVITY 1.25.1 Prompt the user for self introduction 0/2 main.py Load default template firstName Input("Enter first name: ") 2 lastNane - Input("Enter last name) 3age - int(nput("Enter your age1")) A major input("Enter your major 5 school year. Input("Enter your school years) 6 schoolNane input("Enter your school nanet") 7 B.print("First Name: (firstName Last Nand 9
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
