Answer to Question #270796 in Python for Sean

Question #270796

SAMPLE OUTPUT: Input your first name: John Input your last name: Doe Input your course: 3515 Input your address: Sta. Cruz, Tinambac, C.5. Input your birth year: 1999. Hello John Doe, you are a BSIS student from Sta Cruz, Tinambac, C.S. your age is 22

1
Expert's answer
2021-11-25T00:54:14-0500
name = input("Input your first name: ")
last_name = input("Input your last name: ")
course = input("Input your course and major: ")
address = input ("Input your address: ")
age = input("Input your age: ")
print("Hello", name, last_name, ", you are a ",course, "student from", address, "your age is", age)

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS