Write a complete Python program that prints the following in…
Write a complete Python program that prints the following information on three separate lines (you do not need to prompt the user for input): Your first and last name (e.g., John Doe) Your major at UMSL (e.g., Biology) Your age (e.g., 28) Sample: John Doe Biology 28
Read Details